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

Body

application/json

Triggered when a form submission is enriched with additional data. The webhook payload contains details about the enriched form including form ID, submission ID, and enriched data.

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

Response

200

Webhook received successfully