Skip to content

Google Forms

Reference


Google Forms is a web-based application that allows users to create surveys, quizzes, and forms for data collection and analysis, with real-time collaboration and response tracking.

Categories: [surveys-and-feedback]

Version: 1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameTypeControl TypeDescription
Client IdSTRINGTEXT
Client SecretSTRINGTEXT

Triggers

New Response

Triggers when response is submitted to Google Form.

Type: POLLING

Properties

NameTypeControl TypeDescription
FormSTRINGSELECTForm to watch for new responses.

Actions

Get All Responses

Get all responses of a form.

Properties

NameTypeControl TypeDescription
Form IDSTRINGSELECTID of the form whose responses to retrieve.

Get Form

Get the information about a form.

Properties

NameTypeControl TypeDescription
Form IDSTRINGSELECTID of the form to retrieve.

Get Response

Get the response of a form.

Properties

NameTypeControl TypeDescription
Form IDSTRINGSELECTID of the form whose response to retrieve.
Response IDSTRINGSELECTID of the response to retrieve.