Google Forms integration

Forms: responses, form structure, questions, watches

Help CentreConnectors

Overview

Google Forms covers form responses, structure, questions, watches. The Automize Forms connector covers these.

  • Regions: Global.
  • Plans: Free for Google account holders.

Setting up the connection

Auth type: OAuth 2.0 (Authorization Code).

  1. Google Cloud Console → Enable Forms API.
  2. OAuth client + scope forms.responses.readonly.
  3. In Automize → Settings → Connectors → Google Forms. Paste credentials.

Find your credentials at https://console.cloud.google.com/apis/credentials.


Rate limits

Per-project quotas.


Data model

Form primitives:

    Form ─── Questions ─── Responses
          └─ Watches (event subscriptions)

Available operations

5 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Create WatchGeneralCreate a watch for form changes
Delete WatchGeneralDelete a form watch
Get FormGeneralGet form structure
Get ResponseGeneralGet a single response
List ResponsesGeneralList form responses

Operations

Create Watch

Create a watch for form changes

ParameterRequiredTypeDescription
Watch watchYestext
Form Id form_idYestext

Tips

  • Webhook on new responses. Push to Automize webhook URL.

Delete Watch

Delete a form watch

ParameterRequiredTypeDescription
Form Id form_idYestext
Watch Id watch_idYestext

Get Form

Get form structure

ParameterRequiredTypeDescription
Form Id form_idYestext

Get Response

Get a single response

ParameterRequiredTypeDescription
Form Id form_idYestext
Response Id response_idYestext

Tips

  • responseId. Full answers per question.

List Responses

List form responses

ParameterRequiredTypeDescription
Form Id form_idYestext

Tips

  • Per form. Filter by lastSubmittedTime.

FAQ

Create forms via API?
Limited – better to build in UI then read responses via API.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.