Events
Triggering Webhook Types
The following event types are associated with the Form Response event payload from Feathery.Feathery Form Step Submission
Copy
Ask AI
{
"answers": {
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
},
"form_completed": true,
"form_id": "sMGNGW",
"form_name": "New Patient Signup Form",
"received_at": "2024-07-01T11:29:19+00:00",
"step_id": "Contact Info",
"user_id": "85b7133b-84db-486e-b721-7a63f2dde525"
}
Copy
Ask AI
{
"answers": "Received Form field values",
"form_completed": "Is the sequence of form steps complete, have all steps been answered?",
"form_id": "Unique form ID",
"form_name": "Human-readable form name",
"received_at": "Time the form step submission was received by Morf",
"step_id": "Form step ID",
"user_id": "Feathery form responder user ID (v4 UUID)"
}
Payload Field Details
Hide fields
Hide fields
HI
ID
PII
Received Form field valuesCEL
Copy
Ask AI
answers
Example
Copy
Ask AI
{
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
}
ID
Feathery form responder user ID (v4 UUID)CEL
Copy
Ask AI
user_id
Example
Copy
Ask AI
"85b7133b-84db-486e-b721-7a63f2dde525"
Human-readable form name
CEL
Copy
Ask AI
form_name
Example
Copy
Ask AI
"New Patient Signup Form"
Unique form ID
CEL
Copy
Ask AI
form_id
Example
Copy
Ask AI
"sMGNGW"
Form step ID
CEL
Copy
Ask AI
step_id
Example
Copy
Ask AI
"Contact Info"
Time the form step submission was received by Morf
CEL
Copy
Ask AI
received_at
Example
Copy
Ask AI
"2024-07-01T11:29:19+00:00"
Is the sequence of form steps complete, have all steps been answered?
CEL
Copy
Ask AI
form_completed
Example
Copy
Ask AI
true