AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
TypeformTypeform

New response in a form

This trigger fires every time a form receives a new response.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time a form receives a new response.
API endpoint slug
typeform.new_form_response

Trigger fields

Form ID Text input

Label
Form ID
Slug
form_id
Required
true
Can have default value
true

Ingredients

Form titleThe title of the form

Slug
form_title
Filter code
Typeform.newFormResponse.FormTitle
Type
String
Example
My typeform

Response IDUnique ID of the response

Slug
response_id
Filter code
Typeform.newFormResponse.ResponseId
Type
String
Example
123

Landed atTime when the user first landed on the form

Slug
landed_at
Filter code
Typeform.newFormResponse.LandedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Submitted atTime when the user submitted the form

Slug
submitted_at
Filter code
Typeform.newFormResponse.SubmittedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

AnswersJSON with answers

Slug
answers
Filter code
Typeform.newFormResponse.Answers
Type
String
Example
{ "What is your name?" => "John Doe", "Where do you live?" => "California" }