Forms
Events that occur when a Form is submitted
form_response.submitted
form_response.submitted{
"data":{
"campaign_contact_id":null,
"completed":true,
"contact_id":null,
"created_at":"2025-05-15T13:47:22.232384Z",
"ending_id":null,
"form_fields":[
{
"id":"question1",
"label":"What is your full name?",
"resolved_label":"What is your full name?",
"type":"input",
"value":"John Doe"
},
{
"id":"question2",
"label":"How satisfied were you?",
"resolved_label":"How satisfied were you?",
"type":"radio-buttons",
"value":"Satisfied"
},
{
"id":"question3",
"label":"Thanks {{answers.question1}}, anything else you would like to share?",
"resolved_label":"Thanks John Doe, anything else you would like to share?",
"type":"text-area",
"value":"Your customer service team was very helpful with my recent inquiry."
}
],
"form_id":"550e8400-e29b-41d4-a716-446655440000",
"form_questions":[
{
"description":"",
"id":"question1",
"label":"What is your full name?",
"properties":{},
"required":true,
"resolved_description":"",
"resolved_label":"What is your full name?",
"type":"input"
},
{
"description":"Rate your visit to {{params.office || \"our office\"}}",
"id":"question2",
"label":"How satisfied were you?",
"properties":{
"options":[
{ "id":"option1", "value":"Satisfied" },
{ "id":"option2", "value":"Neutral" },
{ "id":"option3", "value":"Unsatisfied" }
]
},
"required":true,
"resolved_description":"Rate your visit to our office",
"resolved_label":"How satisfied were you?",
"type":"radio-buttons"
},
{
"description":"",
"id":"question3",
"label":"Thanks {{answers.question1}}, anything else you would like to share?",
"properties":{},
"required":false,
"resolved_description":"",
"resolved_label":"Thanks John Doe, anything else you would like to share?",
"type":"text-area"
},
{
"description":"",
"id":"question4",
"label":"Which of our offices did you visit?",
"properties":{},
"required":false,
"resolved_description":"",
"resolved_label":"Which of our offices did you visit?",
"type":"input"
}
],
"form_version_id":"660e8400-e29b-41d4-a716-446655440001",
"id":"489da01d-a960-4ace-938a-5195ab225ba3",
"last_activity_at":null,
"logic_variables":{},
"resolved_path":["heading1","question1","question2","question3"],
"status":"completed",
"step_contact_id":null,
"submitted_at":"2025-05-15T13:47:22.231358Z"
},
"api_version":"v1",
"event":"form_response.submitted",
"created_at":"2025-08-19T06:40:57.416929Z",
"request_id":"063910a0-d4f8-46b7-b221-314ff44cad8f"
}Updated 18 days ago
Did this page help you?
