CRM enrichment
Keep the form data structured so this workflow can run with less manual cleanup after each submission.
Developer
Push submissions to your own endpoint in real time for custom automations, internal tools, and backend processing.
Form event or response event
HTTP callback to your endpoint
Understand how to receive form events in a custom backend and process payloads reliably.
A useful integration page should answer the buyer's practical questions: what starts it, what lands in the destination, and how a team verifies it before sharing the form.
Keep the form data structured so this workflow can run with less manual cleanup after each submission.
Keep the form data structured so this workflow can run with less manual cleanup after each submission.
Keep the form data structured so this workflow can run with less manual cleanup after each submission.
Keep the form data structured so this workflow can run with less manual cleanup after each submission.
Start from a template that already captures the data this integration needs.
Yes. Webhooks can send form or response events to your endpoint so your system can process the payload in real time.
Verify payload parsing, authentication, retry behavior, logging, and how your system handles duplicate or failed delivery attempts.
Use webhooks when downstream work needs to happen quickly or automatically. Use exports when the workflow can be reviewed in batches.