Skip to main content
Google Forms
Google Forms
6 actions · 1 auth method
Documents

Authentication

OAuth 2.0

The steps in this guide require Admin or Owner privileges within Google Cloud.Guides: Connector Profile, Link Account
Actions
6 actions
Action
Description
Required scopes
Create Form
Create a new Google Form with a title. Call this exactly ONCE per user workflow - do not call again to “add questions to…
Get Form
Retrieve a Google Form by its ID. Only needed when you do not already have the form data - skip this call after batch_up…
Batch Update Form
Apply multiple update operations to a form in a single atomic request. Set includeFormInResponse=true to get the full up…
Set Publish Settings
Publish or unpublish a form, and control whether it accepts new responses. This is the action to call when the user asks…
List Form Responses
Retrieve all responses submitted to a form
Get Form Response
Retrieve a specific response from a form

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/google-forms/filled/png

Connector Profile

Google Forms - OAuth 2.0
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/google-forms/filled/png

Link Account

Google Forms - OAuth 2.0
4

Use Actions

Invoke actions using one of the methods below: