If your lead source is not listed as a built-in integration, you can use the Custom Webhook to receive leads from any platform that supports webhook/POST requests.

Getting Your Custom Webhook URL

  1. Go to Social Lead Master > Custom Webhook.
  2. Click Generate New Webhook.
  3. Copy the unique URL provided.

Expected Payload Format

Send a POST request with JSON body to the webhook URL:

{
  "name": "John Doe",
  "phone": "+919876543210",
  "email": "john@example.com",
  "source": "My Website",
  "message": "Interested in your services"
}

Authentication

Include the webhook secret in the request header:

X-Webhook-Secret: your_secret_key_here
💡 Pro Tip: You can also use this webhook with Zapier, Make (Integromat), or Pabbly Connect to receive leads from any app — including Google Sheets, Typeform, Webflow, or even your own website contact forms.