Skip to main content
WEBHOOK
form.submitted
{
  "timestamp": "2023-11-07T05:31:56Z",
  "tenantId": "<string>",
  "eventId": "<string>",
  "payload": {
    "type": "form.submitted",
    "formId": "<string>",
    "submissionId": "<string>",
    "submittedAt": "2023-11-07T05:31:56Z",
    "input": {}
  }
}

Body

application/json

Triggered when a form is submitted. The webhook payload contains details about the submitted form including form ID, submission ID, and submission timestamp.

timestamp
string<date-time>
required
tenantId
string
required
eventId
string
required
payload
object
required

Response

200

Webhook received successfully