MyBotBoxMyBotBox

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

  1. Add the Google Forms block to your workflow
  2. Connect your Google Account via OAuth
  3. Enter your Form ID

Configuration

ParameterTypeRequiredDescription
credentialOAuthYesGoogle Account with Forms access
formIdstringYesThe Google Form ID
responseIdstringNoSpecific response ID to fetch
pageSizenumberNoMax responses to retrieve (default: 5000)

Tools

google_forms_get_responses

Retrieves responses from a Google Form.

Output

ParameterTypeDescription
datajsonResponse 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