zuckerbot_lead_forms
List Meta lead forms on a selected Facebook Page and optionally set the active form for future lead-generation campaigns, while showing which form is currently selected.
Instructions
List Meta lead forms (Instant Forms) available on the selected Facebook Page and show which is currently selected. Listing is a pure read scoped to the selected Page (page_scope: selected_page) and never changes the selection. If the list is truncated, re-call with the returned next_cursor as after. Optionally select a form by providing select_id to persist it for future lead generation campaign launches. Use this before launching a leads-objective campaign so ZuckerBot reuses the business's CRM-connected form rather than creating a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque pagination cursor from a previous truncated list response (next_cursor). Ignored when select_id is provided. | |
| select_id | No | If provided, selects this Meta lead form ID for future lead generation launches. If omitted, lists all available forms. |