Google Forms

Available Google Forms triggers for automating workflows

Google Forms provides 1 trigger for automating workflows based on events.

Triggers

Google Forms Webhook

Trigger workflow from Google Form submissions (via Apps Script forwarder)

Configuration

ParameterTypeRequiredDescription
tokenstringYesWe validate requests using this secret. Send it as Authorization: Bearer <token> or a custom header.
secretHeaderNamestringNoIf set, the webhook will validate this header equals your Shared Secret instead of Authorization.
triggerFormIdstringNoOptional, for clarity and matching in workflows. Not required for webhook to work.
includeRawPayloadbooleanNoInclude the original payload from Apps Script in the workflow input.
setupScriptstringNoCopy this code and paste it into your Google Forms Apps Script editor

Output

ParameterTypeDescription
responseIdstringUnique response identifier (if available)
createTimestringResponse creation timestamp
lastSubmittedTimestringLast submitted timestamp
formIdstringGoogle Form ID
answersobjectNormalized map of question -> answer
rawobjectOriginal payload (when enabled)

On this page