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
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Triggers
New Response
Triggers when response is submitted to Google Form.
Type: POLLING
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Form | STRING | SELECT | Form to watch for new responses. |
Actions
Get All Responses
Get all responses of a form.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Form ID | STRING | SELECT | ID of the form whose responses to retrieve. |
Get Form
Get the information about a form.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Form ID | STRING | SELECT | ID of the form to retrieve. |
Get Response
Get the response of a form.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Form ID | STRING | SELECT | ID of the form whose response to retrieve. |
Response ID | STRING | SELECT | ID of the response to retrieve. |