Google Forms is a survey administration software included as part of the free, web-based Google Docs Editors suite offered by Google. The service allows users to create surveys and quizzes with multiple question types.

Changelog

1 version
v1.0.1 Latest
  • Initial release with core Google Forms actions
  • Implemented Create Form, Get Form, Get Response, Delete Form, Update Form, and Make API Call actions

Authentication

TypeDetails
OAuth 2
Scopes:
profile email

Actions

7
Create Form icon

Create Form

Creates a new Google Form with the specified title and optional document title.
Additional Scopes:
...tps://www.googleapis.com/auth/forms.body
Delete Form icon

Delete Form

Removes a Google Form and moves it to trash. Note: This uses Google Drive API as Forms API doesn't have a direct delete endpoint.
Additional Scopes:
https://www.googleapis.com/auth/drive
Find Forms icon

Find Forms

Fetches a list of Google Forms that match the provided search criteria.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Find Responses icon

Find Responses

List a form's responses, at most 5000 responses are returned.
Additional Scopes:
...leapis.com/auth/forms.responses.readonly
Get Form icon

Get Form

Retrieves an existing Google Form by its ID.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Make API Call icon

Make API Call

Performs an arbitrary authorized API call to Google Forms API.
Additional Scopes:
https://www.googleapis.com/auth/drive
Update Form icon

Update Form

Updates an existing Google Form's title, description, or document title using batch update.
Additional Scopes:
...tps://www.googleapis.com/auth/forms.body