Доступний у Про

Referral System Модуль

Each member gets a referral code from /affiliate. A newcomer credits whoever invited them once with /redeemref, and referrers see a running count with /referrals. Referrals are counted only, with no commissions, payouts or rewards.

Deterministic code per member
Credit the referrer with /redeemref
Running count with /referrals
9:41
5G
R

Referral System Demo

bot

Що робить модуль «Referral System»?

Each member gets a referral code from /affiliate. A newcomer credits whoever invited them once with /redeemref, and referrers see a running count with /referrals. Referrals are counted only, with no commissions, payouts or rewards.

  • Business growth
  • Agent network
  • Client referrals
Ключові функції

Все, що вам потрібно

Дослідіть усі потужні функції, включені в модуль Referral System.

Deterministic code per member

Включено в модуль Referral System для безшовної інтеграції.

Credit the referrer with /redeemref

Включено в модуль Referral System для безшовної інтеграції.

Running count with /referrals

Включено в модуль Referral System для безшовної інтеграції.

Випадки використання

Дізнайтеся, як компанії використовують модуль Referral System

Business growth

Ідеально для команд, які хочуть впровадити можливості business growth.

Agent network

Ідеально для команд, які хочуть впровадити можливості agent network.

Client referrals

Ідеально для команд, які хочуть впровадити можливості client referrals.

Довідник API

Легка інтеграція

Використовуйте наш RESTful API або вебхуки для інтеграції модуля Referral System з вашими існуючими системами.

Переглянути документацію API
// Enable Referral System module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "re-referral-system",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "re-referral-system",
    "name": "Referral System",
    "enabled": true,
    "status": "active"
  }
}

Готові використовувати Referral System?

Почніть сьогодні з нашим безкоштовним планом. Кредитна картка не потрібна.