Disponible en Pro

Referral System Módulo

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

¿Qué hace el módulo 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
Características Principales

Todo lo que Necesitas

Explora todas las potentes características incluidas en el módulo Referral System.

Deterministic code per member

Incluido con el módulo Referral System para una integración perfecta.

Credit the referrer with /redeemref

Incluido con el módulo Referral System para una integración perfecta.

Running count with /referrals

Incluido con el módulo Referral System para una integración perfecta.

Casos de Uso

Descubre cómo las empresas usan el módulo Referral System

Business growth

Perfecto para equipos que buscan implementar capacidades de business growth.

Agent network

Perfecto para equipos que buscan implementar capacidades de agent network.

Client referrals

Perfecto para equipos que buscan implementar capacidades de client referrals.

Referencia API

Fácil de Integrar

Usa nuestra API RESTful o webhooks para integrar el módulo Referral System con tus sistemas existentes.

Ver Documentación 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"
  }
}

¿Listo para usar Referral System?

Comienza hoy con nuestro plan gratuito. No se requiere tarjeta de crédito.