← All integrations

Google Sheets

12 operations1 webhook

Web-based spreadsheets for managing, visualizing, and analyzing data collaboratively online.

Supported operations

  • Append Or Update RowWrite

    Append a new row or update an existing one

  • Append RowWrite

    Append a new row to a sheet

  • Clear SheetDestructive

    Clear all data from a sheet

  • Create SheetWrite

    Add a new sheet tab to a spreadsheet

  • Delete Rows Or ColumnsDestructive

    Delete rows or columns from a sheet

  • Delete SheetDestructive

    Delete a sheet tab and all its data [DESTRUCTIVE · IRREVERSIBLE]

  • Get RowsRead-only

    Read rows from a sheet

  • List Sheets In SpreadsheetRead-only

    List all sheet tabs in a spreadsheet

  • Update RowWrite

    Update an existing row in a sheet

Supported triggers

  • Range Updated

    A range of cells in a Google Sheet was updated

FAQ

Install corsair and @corsair-dev/googlesheets, add the Google Sheets plugin, and connect with OAuth. Then call methods like corsair.googlesheets.api.sheets.appendOrUpdateRow() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Google Sheets needs an OAuth app with scopes that match what you automate. Register the app in Google Sheets, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Google Sheets, GitHub, Notion, Stripe, and the rest. Trigger Google Sheets from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for web-based spreadsheets for managing, visualizing, and analyzing data collaboratively online. Common builds include sync jobs, admin tooling, and agents that call Google Sheets APIs from your backend. Webhook handlers react to Google Sheets events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Google Sheets records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Google Sheets API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/googlesheets in the open repo. When Google Sheets ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Google Sheets data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Google Sheets data on your behalf.