meta_ads_lead_forms_get
Fetch a single Meta Ads lead form's full record to get question definitions, legal pages, and follow-up URL, ensuring accurate field key mapping for CRM integration.
Instructions
Fetches the full detail record for a single lead form, including its question definitions and legal pages. Returns id, name, status, locale, questions (array with type / key / label per question), privacy_policy ({url, link_text?}) and the legacy privacy_policy_url flat field, follow_up_action_url, leads_count, and created_time. context_card comes back with the intro cover photo as cover_photo: {id, created_time} — NOT the cover_photo_id you pass on create; requesting context_card{cover_photo_id} is rejected by Meta. Read-only. Call this before designing downstream CRM sync so you know the exact field keys to map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | Lead form ID as returned by meta_ads_lead_forms_list. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |