# Google Forms

Google Forms (opens new window) is a free, web-based application from Google that allows users to create and distribute forms, surveys, and quizzes. The collected data is automatically stored in a spreadsheet.

# Prerequisites

To establish a connection to Google Forms, you must complete the following prerequisite steps:

  1. Create a project in Google Cloud Console
  2. Enable the Google Forms API
  3. Create OAuth 2.0 credentials

After you complete these prerequisites, proceed to connect to Google Forms on Workato.

# Create a project in Google Cloud Console

Complete the following steps to create a project in Google Cloud Console:

2

Click the Select a project drop-down menu and select New project.

3

Give the project a name and click Create.

# Enable the Google Forms API

Complete the following steps to enable the Google Forms API:

1

In the Cloud Console, go to the API & Services > Library.

2

Search for Google Forms API and click Enable.

# Create OAuth 2.0 credentials

Complete the following steps to create OAuth 2.0 credentials:

1

Go to API & Services > Credentials.

2

Click Create Credentials > OAuth Client ID.

3

If prompted, configure the OAuth consent screen:

  • Choose External as the User type. Learn more about user types (opens new window).
  • Fill in the required fields, including App name and Support email.
  • Click Save and Continue.
4

Select Web application as the Application type.

5

Enter a name for the OAuth client.

6

Enter https://www.workato.com/oauth/callback in the Authorized redirect URIs field.

7

Click Create.

8

Click Edit OAuth client (pencil icon) to view the client ID and client secret.

9

Copy the Client ID and Client secret and store these values securely, as they are required to complete setup in Workato.

Refer to the Google Identity (opens new window) documentation for further details on obtaining OAuth 2.0 credentials from the Google API console.

# How to connect to Google Forms

Workato supports OAuth 2.0 authentication to connect to Google Forms.

Complete the following steps to establish a Google Forms connection:

1

Click Create > Connection.

2

Search for and select Google Forms as your connection on the New connection page.

3

Provide a name for your connection in the Connection name field. Google Forms connectionGoogle Forms connection

4

Use the Location drop-down menu to select the project where you plan to store the connection.

5

Enter the client ID in the Client ID field.

6

Enter the downloaded client secret in the Client secret field.

7

Click Sign in with Google.


Last updated: 3/28/2025, 2:44:18 PM