eavz
Google Sheets

Google Sheets

Create, read, and modify spreadsheets with Google Sheets

8 actions
2 triggers

Actions

Name
list_spreadsheets

List all Google Sheets spreadsheets in your Drive

get_spreadsheet

Get metadata for a specific spreadsheet

read_range

Read values from a specified range in a spreadsheet

write_range

Write values to a specified range in a spreadsheet

append_row

Append a row of values to the end of a sheet

create_spreadsheet

Create a new Google Sheets spreadsheet

clear_range

Clear values from a specified range in a spreadsheet

custom_api_call

Make a custom API call to the Google Sheets API

Triggers

Name
new_row

Triggers when a new row is added to a spreadsheet

row_updated

Triggers when any row is updated in a spreadsheet (compares full sheet snapshot)

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'google-sheets',
  actionName: 'list_spreadsheets',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Google Sheets to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Google Sheets support?

Google Sheets supports 8 actions including List Spreadsheets, Get Spreadsheet, Read Range, Write Range, Append Row, and more.

Can I use Google Sheets with AI agents?

Yes. Add Google Sheets to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Google Sheets use?

Google Sheets uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Google Sheets integration cost?

The Google Sheets integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Google Sheets support?

Google Sheets supports 2 triggers including New Row, Row Updated.

Connect Google Sheets in 2 minutes

Get 1,000 free actions every month. No credit card required.