This trigger fires every time a form receives a new response.
- API endpoint slug
- typeform.new_form_response
Trigger fields
- Label
- Form ID
- Slug
- form_id
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- form_title
- Filter code
- Typeform.newFormResponse.FormTitle
- Type
- String
- Example
- My typeform
- Slug
- response_id
- Filter code
- Typeform.newFormResponse.ResponseId
- Type
- String
- Example
- 123
- Slug
- landed_at
- Filter code
- Typeform.newFormResponse.LandedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- submitted_at
- Filter code
- Typeform.newFormResponse.SubmittedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- answers
- Filter code
- Typeform.newFormResponse.Answers
- Type
- String
- Example
- { "What is your name?" => "John Doe", "Where do you live?" => "California" }