Skip to main content
Referbro supports multiple WhatsApp Service Providers (BSPs). Follow the specific instructions below for your provider.

Meta (Cloud API)

Direct integration with Meta’s WhatsApp Cloud API.
1

Get Credentials

Go to the Meta Developers Portal.
  • Create an App (Type: Business).
  • Add the WhatsApp product.
2

Configure in Referbro

Enter the following details in WhatsApp Settings:
  • Provider Type: Meta Whatsapp Business API
  • API URL: https://graph.facebook.com/v22.0/YOUR_PHONE_NUMBER_ID/messages
  • API Token: Your System User Access Token (Permanent token recommended).
  • Phone Number ID: Your WhatsApp Phone Number ID (found in API Setup).

Wabtune

1

Get API Key

Log in to your Wabtune dashboard and navigate to Settings > API Key.
2

Configure in Referbro

  • Provider Type: Wabtune
  • API URL: Leave blank (Auto-configured) or use provided endpoint.
  • API Token: Your Wabtune API Key.

LimeChat

1

Get Credentials

Contact LimeChat support or check your dashboard for API credentials.
2

Configure in Referbro

  • Provider Type: LimeChat
  • API URL: https://api.limechat.ai/v1/... (Check LimeChat docs for exact message endpoint)
  • API Token: Your LimeChat Authorization Token.

AiSensy / Interakt

Both follow a similar structure.
1

Get API Key

Find your API Key in the developer settings of your respective dashboard.
2

Configure in Referbro

  • Provider Type: Select AiSensy or Interakt.
  • API URL: Enter the specific endpoint provided by the BSP (e.g., https://api.interakt.ai/v1/public/message/).
  • API Token: Your Secret Key / API Key.

Custom Provider

Use this for any generic HTTP-based WhatsApp provider not listed above.
  • API URL: The full endpoint to POST the message to.
  • Payload Structure: Referbro will send a JSON payload. You may need an intermediate middleware (like Zapier or a Cloud Function) if your provider requires a drastically different schema than standard BSPs.