Typeform

Available Typeform triggers for automating workflows

Typeform provides 1 trigger for automating workflows based on events.

Triggers

Typeform Webhook

Trigger workflow when a Typeform submission is received

Configuration

ParameterTypeRequiredDescription
formIdstringYesThe unique identifier for your Typeform. Find it in the form URL or form settings.
apiKeystringYesRequired to automatically register the webhook with Typeform. Get yours at https://admin.typeform.com/account#/section/tokens
secretstringNoA secret string used to verify webhook authenticity. Highly recommended for security. Generate a secure random string (min 20 characters recommended).
includeDefinitionbooleanNoInclude the complete form structure (questions, fields, endings) in your workflow variables. Note: Typeform always sends this data, but enabling this makes it accessible in your workflow.

Output

ParameterTypeDescription
event_idstringUnique identifier for this webhook event
event_typestringType of event (always "form_response" for form submissions)
form_idstringTypeform form identifier
tokenstringUnique response/submission identifier
submitted_atstringISO timestamp when the form was submitted
landed_atstringISO timestamp when the user first landed on the form
calculatedobjectCalculated values from the form
scorenumberCalculated score value
variablesarrayArray of dynamic variables
keystringVariable key
numbernumberNumeric value (if type is number)
textstringText value (if type is text)
hiddenobjectHidden fields passed to the form (e.g., UTM parameters)
answersarrayArray of respondent answers (only includes answered questions)
textstringText answer value
emailstringEmail answer value
numbernumberNumber answer value
booleanbooleanBoolean answer value
datestringDate answer value (ISO format)
urlstringURL answer value
file_urlstringFile URL answer value
choiceobjectSingle choice answer
idstringChoice ID
refstringChoice reference
labelstringChoice label
choicesobjectMultiple choices answer
idsarrayArray of choice IDs
refsarrayArray of choice refs
labelsarrayArray of choice labels
fieldobjectField reference
idstringField ID
refstringField reference
definitionobjectForm definition (only included when "Include Form Definition" is enabled)
idstringForm ID
titlestringForm title
fieldsarrayArray of form fields
idstringField ID
refstringField reference
titlestringField title
endingsarrayArray of form endings
endingobjectEnding screen information
idstringEnding screen ID
refstringEnding screen reference
rawobjectComplete original webhook payload from Typeform

On this page