Google Forms
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
Type: googleForms/v1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
clientId | Client Id | STRING | TEXT | true | |
clientSecret | Client Secret | STRING | TEXT | true |
Actions
Get All Responses
Name: getAllResponses
Get all responses of a form.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
formId | Form ID | STRING | SELECT | ID of the form whose responses to retrieve. | true |
Get Form
Name: getForm
Get the information about a form.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
formId | Form ID | STRING | SELECT | ID of the form to retrieve. | true |
Get Response
Name: getResponse
Get the response of a form.
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
formId | Form ID | STRING | SELECT | ID of the form whose response to retrieve. | true |
responseId | Response ID | STRING | SELECT | ID of the response to retrieve. | true |
Triggers
New Response
Triggers when response is submitted to Google Form.
Type: POLLING
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
formId | Form | STRING | SELECT | Form to watch for new responses. | true |
Additional instructions
CONNECTION
Turning on Forms API