meta_ads_lead_forms_duplicate
Duplicate a Meta lead form by fetching its questions and privacy policy to create a new form under any Page. Advanced fields like conditional branches are not copied.
Instructions
Duplicates a lead form under the same (or another) Page. Meta has no native copy endpoint, so this fetches the source form's questions, privacy_policy, optional follow_up_action_url and locale, then creates a fresh form with the supplied new_name. Returns the new form's id. Source form is untouched. Mutating, reversible via meta_ads_lead_forms_update {status: ARCHIVED} on the new form's id. Lossy: advanced fields on the source (legal_content_id, gdpr_required / custom_disclaimer, question_page_custom_headline, intro/thank-you screens, conditional question branches) are NOT copied; re-create them on the new form manually if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| form_id | Yes | Source lead form ID to copy from. | |
| page_id | Yes | Facebook Page that will own the new form. Usually the same Page that owns the source form. | |
| new_name | Yes | Name for the new form. Pick something distinct from the source. |