Skip to content

Google Sheets ​

Read, write, and manage spreadsheet data via the Google Sheets API.

DetailValue
CategoryData & Productivity
Base URLhttps://sheets.googleapis.com/v4
AuthenticationOAuth2 Client Credentials
Endpoints5
Connector keygoogle_sheets

Using Google Sheets in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Google Sheets from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /spreadsheets/{spreadsheetId}Get spreadsheet metadata
GET /spreadsheets/{spreadsheetId}/values/{range}Get cell values from a range
PUT /spreadsheets/{spreadsheetId}/values/{range}Update cell values in a range
POST /spreadsheets/{spreadsheetId}/values/{range}:appendAppend values to a sheet
POST /spreadsheets/{spreadsheetId}/values:batchGetGet multiple ranges of values

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.