> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Sheets

> Connect Google Sheets to Deepline, grant sheet access, map rows and columns, and use spreadsheets as workflow sources or destinations.

Use Google Sheets when a workflow needs a spreadsheet as an input, review queue, or destination.

## Connect Google Sheets

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **Google Sheets**.
4. Connect the Google account that owns or can edit the sheet.
5. Share the target sheet with the connected account if needed.

## Common action IDs

Use these operation IDs for common sheet workflows:

* `google_sheets_spreadsheets_values_get`
* `google_sheets_spreadsheets_values_append`
* `google_sheets_spreadsheets_values_update`
* `google_sheets_spreadsheets_values_batch_get`
* `google_sheets_spreadsheets_values_batch_update`

## Common inputs

* Spreadsheet ID
* Sheet name
* Range
* Header row
* Row values for append or update actions

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/google_sheets_spreadsheets_values_append/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"spreadsheet_id":"...","sheet":"Leads"}}'
```

For provider positioning, use the [Google Sheets GTM Stack profile](https://deepline.com/gtm-stack/providers/google-sheets).
