Доступен в Про

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?

Начните сегодня с нашим бесплатным планом. Кредитная карта не требуется.