Automatically send new leads from your Meta (Facebook) Lead Ads to CleverROI and get them scored in real time. This guide uses Zapier as the bridge – no coding required.
Log in to your CleverROI dashboard and go to Profile or Webhook Info. Copy your API key and note the webhook URL:
https://yourdomain.com/api/webhook.php
If you don’t have a Zapier account, sign up for free. Then click Create Zap.
Choose Meta Lead Ads as the app and New Lead as the trigger event. Connect your Facebook page and select the lead form you want to monitor.
Add an action step, choose Webhooks by Zapier, and select POST as the event.
Configure the action:
X-API-KEY with your API key.{
"name": "{{full_name}}",
"email": "{{email}}",
"phone": "{{phone_number}}",
"message": "{{custom_message}}",
"budget": "{{budget}}",
"source": "meta_ads"
}
Note: Field names may vary depending on your lead form. Adjust accordingly.
Run a test lead through your Meta form. Zapier should send it to CleverROI. Check your dashboard – the lead should appear with a score. If everything works, publish your Zap.