Skip to content

Google Forms ​

Create, modify, and retrieve forms and responses via the Google Forms API.

DetailValue
CategoryProductivity
Base URLhttps://forms.googleapis.com/v1
AuthenticationOAuth2
Endpoints5
Connector keygoogle-forms

Using Google Forms in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Google Forms from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /formsCreate a new form
GET /forms/{formId}Get a form
POST /forms/{formId}:batchUpdateBatch update form items
GET /forms/{formId}/responsesList form responses
GET /forms/{formId}/responses/{responseId}Get a form response

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.