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
- Go to Social Lead Master > Custom Webhook.
- Click Generate New Webhook.
- 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.
Up Next
Social Lead Master: Finding API Keys & Webhooks