Below is the exact path from a Meta Lead Form submission → your Lead Chase dashboard. About 15 minutes end-to-end.
In your Video 1 ad set, choose Instant Forms → Create Form.
https://your-domain.com/privacyForm name: Video 1 — Adults (this becomes the campaign tag in Lead Chase)
Trigger: Facebook Lead Ads → New Lead
Action: Webhooks by Zapier → POST
https://app.base44.com/api/apps/68ff995a3a2302284436a023/functions/createTrialLeadContent-Type: application/json| JSON key | Map from Meta field | Notes |
|---|---|---|
| first_name* | First name | Auto-filled by Meta |
| last_name* | Last name | Auto-filled by Meta |
| email* | Auto-filled by Meta | |
| phone* | Phone number | Auto-filled by Meta — must include country code |
| notes | (custom) Which class? | Combine all custom answers into one string |
| campaign | Form name (Zapier built-in) | e.g. 'Video 1 — Adults' so it shows in /channel-roi |
| source | (static value) | Hardcode to: facebook ads |
| medium | (static value) | Hardcode to: paid social |
| site | (static value) | Hardcode to: boxing |
* required — Zap will fail if missing
You do not need a second Zap action for Klaviyo. Once createTrialLead receives the lead, it forwards it into the same Zapier webhook that the on-site free trial form uses — which already adds the lead to PushPress + Klaviyo. FB Ad leads will land in the same Klaviyo welcome flow as form submissions.
{ "ok": true, "lead_id": "...", "zapier_status": "sent" }Your benchmark is call the lead within 5 minutes. Conversion halves after the first hour. Enable browser/email notifications on Lead Chase so new leads ping you instantly.
Video 1 — Adults