Forms
Webhook events
form.submitted, form.confirmed, and form.unsubscribed.
Example,
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
form.submitted, form.confirmed, and form.unsubscribed.
| Event | When it fires |
|---|---|
form.submitted | Submission registered (active or pending confirmation) |
form.confirmed | Double opt-in confirmed |
form.unsubscribed | Unsubscribe (typical for newsletter) |
form.submitted{
"event": "form.submitted",
"data": {
"subscriptionId": "cmuxxxsub",
"formId": "cmuxxxform",
"email": "person@example.com",
"status": "CONFIRMED"
}
}
Was this page helpful?
