Connect CleverROI with thousands of apps via Zapier. Send leads from any app (e.g., Typeform, Gravity Forms, Salesforce) to our scoring API.
https://yourdomain.com/api/webhook.phpLog in to Zapier and click Create Zap.
Select the app that generates leads (e.g., Typeform, Google Sheets, Meta Ads). Configure the trigger to watch for new entries.
Choose Webhooks by Zapier as the action app and POST as the event.
X-API-KEY with your API key{
"name": "{{name}}",
"email": "{{email}}",
"phone": "{{phone}}",
"message": "{{message}}",
"budget": "{{budget}}",
"source": "zapier"
}
Use the field names from your trigger app. The source field helps you identify where the lead came from.
Run a test – Zapier will send a sample lead. Verify it appears in your CleverROI dashboard, then publish your Zap.