Skip to main content

Overview

Read, write, and manage Google Sheets spreadsheets and their tabs. Call actions with automationType, action, and params from any workflow node that supports automations.

Authentication

  • OAuth 2.0 — connect your Google account via the Plura OAuth flow. The same connection covers both Google Sheets and Google Drive operations (unified under automationType: "google_sheets").

Available Actions

Click any action to jump to its example payload.

Examples

Example 1: Google Sheets - Append Row

Append a row to a sheet

Example 2: Google Sheets - Read Range

Read a range from a sheet

Example 3: Google Sheets - Update Range

Update a range with a 2D matrix

Example 4: Google Sheets - Clear Range

Clear values in a range

Example 5: Google Sheets - Get Spreadsheet

Get spreadsheet metadata and optionally grid data

Example 6: Google Sheets - Create Spreadsheet

Create a new spreadsheet with optional initial sheets

Example 7: Google Sheets - Add Sheet

Add a sheet to an existing spreadsheet

Example 8: Google Sheets - Rename Sheet

Rename a sheet in a spreadsheet

Example 9: Google Sheets - Delete Sheet

Delete a sheet by id from a spreadsheet

Example 10: Google Sheets - Delete Spreadsheet

Delete a spreadsheet (uses Drive API)

Example 11: Google Sheets - List Spreadsheets

List spreadsheets in Drive

Third-Party Documentation