Help Center
Creating and Managing Lead-Capture Forms with the DigitalPilot MCP Server
Build and maintain lead-capture forms with a safe inventory-create-verify-update workflow to avoid duplicates and config drift.
Who This Is For
Marketing ops and growth teams.
Tool Map
list_forms: inventory forms.get_form: retrieve one form config.create_form: create net-new form.update_form: modify existing form.delete_form: remove form.
Minimum Create Request
create_form requires:
title(required)- Optional:
fields,pages,thank_you_page,style,options
Practical Rollout Process
list_formsto avoid duplicate form creation.create_formwith minimal viable structure.get_formto verify persisted config.update_formiteratively for styling/options/pages.- Confirm lead capture via reporting/webhook flow.
Common Issues
- Submitting field/page structures with inconsistent IDs.
- Updating the wrong form due to stale
form_id. - Treating
style/optionsas required (they are optional but useful).
Was this information helpful?
Thank you for your feedback!