Webhook map
formResponseformResponse(formResponse.formResponse)
HTTP handler setup
app/api/webhook/route.ts
Events
Form Response
Form Response
formResponse.formResponse
A new form response was submitted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
eventId | string | Yes | — |
eventType | FORM_RESPONSE | Yes | — |
createdAt | string | Yes | — |
data | object | Yes | — |
data full type
data full type
Response data full type
Response data full type
webhookHooks example