Google Sheets
Read from or write to Google Sheets spreadsheets. Operations:- Read Rows — Fetch data from a range of cells
- Append Row — Add a new row to the end of a sheet
- Update Row — Modify an existing row
Google Docs
Create, read, or update Google Docs documents. Operations:- Create — Create a new document with a title and content
- Read — Retrieve the content of an existing document
- Update — Modify document content
Google Calendar
Create or list events in Google Calendar. Operations:- List Events — Fetch upcoming events from a calendar
- Create Event — Add a new event
Google Drive
Upload, download, or list files in Google Drive. Operations:- List Files — Browse files in a folder
- Upload — Upload a file to Drive
- Download — Download a file by ID
Google Slides
Create or read Google Slides presentations. Operations:- Create — Create a new presentation
- Read — Read slide content from an existing presentation
Google Forms
Read form responses and metadata from Google Forms. Requires: Google OAuth connectionTo trigger a workflow when someone submits a Google Form, use the Google Forms Trigger instead.