Lead Scoring Engine Active

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://app.cleverroi.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.

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}}",
  "budget": "{{budget}}",
  "message": "{{custom_message}}",
  "source": "meta_ads",
  "custom_fields": {
    "Your role": "{{role}}",
    "When do you want to start?": "{{start_time}}",
    "Are you decision maker?": "{{decision_maker}}",
    "Company size": "{{company_size}}",
    "Primary goal": "{{primary_goal}}"
  }
}

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.