Form Response
Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Form Response
Event payload details and trigger documentation for Form Response data from Feathery
{
"answers": {
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
},
"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"
}
{
"answers": "Received Form field values",
"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)"
}
Events
Triggering Webhook Types
The following event types are associated with the Form Response event payload from Feathery.
Feathery Form Step Submission
{
"answers": {
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
},
"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"
}
{
"answers": "Received Form field values",
"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
HI
ID
PII
Received Form field values
CEL
answers
Example
{
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
}
ID
Feathery form responder user ID (v4 UUID)
CEL
user_id
Example
"85b7133b-84db-486e-b721-7a63f2dde525"
Human-readable form name
CEL
form_name
Example
"New Patient Signup Form"
Unique form ID
CEL
form_id
Example
"sMGNGW"
Form step ID
CEL
step_id
Example
"Contact Info"
Time the form step submission was received by Morf
CEL
received_at
Example
"2024-07-01T11:29:19+00:00"
{
"answers": {
"email_address": "johndoe@example.com",
"other_variable": "Example Answer",
"phone_number": "+15551234122"
},
"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"
}
{
"answers": "Received Form field values",
"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)"
}