+91 98765 43210 growth@cleverroi.com
Login

Connect Meta Lead Ads

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.

Prerequisites

Step‑by‑Step

1

Get your API key and endpoint

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
2

Create a Zapier account and start a new Zap

If you don’t have a Zapier account, sign up for free. Then click Create Zap.

3

Set up the Trigger: Meta Lead Ads

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.

Zapier trigger selection
4

Set up the Action: Webhook by Zapier

Add an action step, choose Webhooks by Zapier, and select POST as the event.

Configure the action:

  • URL: Paste your webhook URL
  • Payload Type: JSON
  • Headers: Add a header X-API-KEY with your API key.
  • Data: Map the lead fields from Meta to JSON. Example:
{
  "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.

5

Test and publish

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.