Skip to main content
Google Forms logo

Overview

Add Google Forms to any ModuleX agent or workflow. Create, update, and read Google Forms and their responses via the Google Forms REST API (forms.googleapis.com/v1).
Categories: Productivity & Collaboration · Forms & Surveys · Auth: OAuth2 · Actions: 6

Authentication

OAuth2 Authentication

Connect using Google OAuth (recommended)

Required Credentials

OAuth Configuration

  • Authorization URL: https://accounts.google.com/o/oauth2/v2/auth
  • Token URL: https://oauth2.googleapis.com/token
  • Scopes: https://www.googleapis.com/auth/forms.body, https://www.googleapis.com/auth/forms.responses.readonly

Available Actions

Parameters

string
required
The title of the form which is visible to responders.
string
The title of the document which is visible in Google Drive. Optional.

Response

Parameters

string
required
Identifier of the Google Form to update.
string
required
Title of the question.
string
required
Description of the question.
integer
required
The 0-based index where the item is inserted in the form. Must be in the range [0..N), where N is the current number of items.
boolean
required
If true, the question is a paragraph (multi-line) question. If false, it is a short text question.

Response

Parameters

string
required
Identifier of the Google Form to retrieve.

Response

Parameters

string
required
Identifier of the Google Form the response belongs to.
string
required
The response ID within the form to retrieve.

Response

Parameters

string
required
Identifier of the Google Form whose responses are listed.

Response

Parameters

string
required
Identifier of the Google Form to update.
string
required
The new title of the form which is visible to responders.

Response

Limits & Quotas

  • The Google Forms API enforces per-project quotas administered through Google Cloud. Default quota is 300 read requests per minute per project and 60 write requests per minute per project (subject to change — see https://developers.google.com/forms/api/limits).
  • Per-user quotas may apply for OAuth client credentials with many concurrent users.
  • A 400 Bad Request is returned when index for create_text_question is outside [0..N) where N is the current item count.
  • Error model: non-2xx responses from the API raise httpx.HTTPStatusError, which the ModuleX runtime surfaces as a failed tool call with the original API error text included.

Cal.com

Canva

ConvertAPI