Skip to main content
Referbro allows customers to share their referral links directly via WhatsApp, leveraging the popularity of the platform for high conversion rates.

Supported Providers

We support direct integration with major WhatsApp Business API providers:
  • Meta (Cloud API)
  • Wabtune
  • LimeChat
  • AiSensy
  • Interakt
  • Custom (For generic webhook-based providers)

Template Management

Templates allow you to define the structure of the message sent to users. This includes the message body, buttons, and dynamic variables.

Template Variables

You can use the following placeholders in your templates:
PlaceholderContextDescription
{{REFERRAL_CODE}}Body/ButtonThe unique referral code of the sender.
{{FIRST_NAME}}BodyThe first name of the sender (if available).

Configuration JSON

When configuring a template, you provide a mapping of parameters. Example Configuration:
{
  "templateId": "referral_invite",
  "templateParams": {
    "body.1.message": "Hey! Use my code {{REFERRAL_CODE}} to get a discount.",
    "button.url.0.1": "{{REFERRAL_CODE}}"
  }
}

Triggers

WhatsApp messages can be triggered by various events:
  1. Manual Share: User clicks “Share on WhatsApp” in the widget.
  2. Order Nudge: Automatically send a reminder after a customer places an order.
  3. Reward Notification: Notify a referrer when they earn a reward.