Forms
Form API endpoints for retrieving form structures, submitting responses, and accessing completion data
API
4 min
Get Form Fields
Retrieve the field definitions for a published form — labels, types, required flags, options, placeholders, hints, and CRM mapping — so you can build ...
API
5 min
Submit Form
Submit answers to a published form from external systems. Answers are mapped to form fields by merge tag keys, processed through the standard pipeline...
API
4 min
Get Form Completion
Retrieve a form completion record by its completion_id — including the submitted answers, tagged values, IP data, and the contact_id once async contac...
API
5 min
Collect Form Data (MCP)
A two-phase MCP tool endpoint for AI agents — Phase 1 retrieves simplified field definitions, Phase 2 submits collected answers. Designed for LLM and ...