Skip to main content
The Google Forms node adds Google Forms operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Google Forms also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Google Forms.
You can wire the Google Forms node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Google Forms under Credentials in the node settings. See Connecting credentials for the general flow. Sign in with your Google Forms account when prompted; no keys to copy. NoClick requests the following permissions:
  • https://www.googleapis.com/auth/forms.body
  • https://www.googleapis.com/auth/forms.responses.readonly
  • https://www.googleapis.com/auth/drive

Operations

Form

OperationIDDescriptionTrigger
Create New Formcreate_new_formCreate a new form
Get Form Metadataget_form_metadataGet a form
List Google Drive Formslist_google_drive_formsList Google Forms
Update Form Metadataupdate_form_metadataUpdate form metadata

Response

OperationIDDescriptionTrigger
Get Form Responseget_form_responseGet a specific response
List Form Responseslist_form_responsesList form responses

Other

OperationIDDescriptionTrigger
On Form Responseon_form_responseTrigger: polls a form on a schedule and fires for new responses.Yes