Form response submitted

Triggered when a form response is submitted, on any submission route
(public link, direct send, or proposal onboarding).

The payload contains the full FormResponse resource including the
labelled answers array. Questions hidden by visibility rules are
omitted; visible unanswered questions carry a null value. File
uploads surface filenames only.

Payload

Webhook envelope for form response events. The payload field contains the
full FormResponse resource including the labelled answers array.

string
enum
required

The form response event type that triggered the webhook

Allowed:
payload
object
required

A submitted form response with its answers flattened to labelled values.

string
required
length between 16 and 16

Random 16-character string for replay detection

date-time
required

UTC timestamp of when the webhook was created (ISO 8601)

Response
200

Webhook received successfully

LoadingLoading…