Google Forms Trigger

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

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

This is a webhook-based trigger. Configure the webhook URL in your external service to send events to TradingGoose.

Configuration

Shared Secret*
••••••••
We validate requests using this secret. Send it as Authorization: Bearer <token> or a custom header.
Custom Secret Header
X-GForms-Secret
If set, the webhook will validate this header equals your Shared Secret instead of Authorization.
Form ID
1FAIpQLSd... (Google Form ID)
Optional, for clarity and matching in workflows. Not required for webhook to work.
Include Raw Payload
Disabled
Include the original payload from Apps Script in the workflow input.
Apps Script Code
code
// Your code here...
Copy this code and paste it into your Google Forms Apps Script editor

Output Schema

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