موجود در حرفه‌ای

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

یکپارچه‌سازی آسان

از API RESTful یا وب‌هوک‌های ما برای یکپارچه‌سازی ماژول 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 هستید؟

همین امروز با پلن رایگان ما شروع کنید. نیازی به کارت اعتباری نیست.