Google Forms
Read responses from Google Forms
Overview
Integrate Google Forms into your workflow to read form responses. Provide a Form ID to list all responses, or specify a Response ID to fetch a single response.
Setup
- Add the Google Forms block to your workflow
- Connect your Google Account via OAuth
- Enter your Form ID
Configuration
| Parameter | Type | Required | Description |
|---|---|---|---|
credential | OAuth | Yes | Google Account with Forms access |
formId | string | Yes | The Google Form ID |
responseId | string | No | Specific response ID to fetch |
pageSize | number | No | Max responses to retrieve (default: 5000) |
Tools
google_forms_get_responses
Retrieves responses from a Google Form.
Output
| Parameter | Type | Description |
|---|---|---|
data | json | Response or list of responses |
Triggers
Google Forms supports webhook triggers. When enabled, workflows can automatically run when a new form response is submitted.
Notes
- Category:
tools - Type:
google_forms - Requires Google OAuth with Forms scope