Google Forms ​
Create, modify, and retrieve forms and responses via the Google Forms API.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://forms.googleapis.com/v1 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | google-forms |
Using Google Forms in a workflow ​
- Go to Connections and click New Connection.
- Pick Google Forms from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /forms | Create a new form |
| GET /forms/{formId} | Get a form |
| POST /forms/{formId}:batchUpdate | Batch update form items |
| GET /forms/{formId}/responses | List form responses |
| GET /forms/{formId}/responses/{responseId} | Get a form response |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.