Form webhook events

Definition of webhook events that are triggered when a form is submitted

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

X-Event-Type values

  • FormCompleted

{
"id": "64b8233d6ce6226305f24b47",
"accountId": 10016,
"client": null,
"formName": "test-new-client",
"businessName": "Moxie",
"firstName": "Geoffrey",
"lastName": "Mina",
"phone": "+444445551212",
"email": "hello@withmoxie.com",
"role": null,
"address1": null,
"address2": null,
"city": null,
"locality": null,
"postal": null,
"country": null,
"website": null,
"leadSource": null,
"sourceUrl": "https://hello.withmoxie.dev/00/hectic-lab/test-new-client?inPortal=true",
"Field6": "Answer to your first question",
"Field7": "Another to your other question",
"submittedAt": "2023-07-19T17:54:05.257Z"
}

Did this answer your question?