Forms

Events that occur when a Form is submitted

form_response.submitted

{
   "data":{
      "campaign_contact_id":null,
      "completed":true,
      "contact_id":null,
      "created_at":"2025-05-15T13:47:22.232384Z",
      "form_fields":[
         {
            "id":"question1",
            "value":"John Doe"
         },
         {
            "id":"question2",
            "value":"Satisfied"
         },
         {
            "id":"question3",
            "value":"Your customer service team was very helpful with my recent inquiry."
         }
      ],
      "form_id":"550e8400-e29b-41d4-a716-446655440000",
      "form_version_id":"660e8400-e29b-41d4-a716-446655440001",
      "id":"489da01d-a960-4ace-938a-5195ab225ba3",
      "step_contact_id":null,
      "submitted_at":"2025-05-15T13:47:22.231358Z"
   },
   "event":"form_response.submitted",
   "request_id":"063910a0-d4f8-46b7-b221-314ff44cad8f"
}