Google Sheets
Configuration details for the Google Sheets connection
Getting Started
Create the Google Sheets connection in Hightouch
1. In Hightouch, go to Sources or click https://app.hightouch.io/sources

2. Click "Create Source"

3. Select Google Sheets.
4. Click Authorize a new Google account and select the desired Google account.
5. Click Select Google Sheet and pick a spreadsheet from the Google Picker popup.
7. Click the Test button.
8. If Hightouch is able to successfully connect, click the "Complete" button at the bottom of the page
If not, contact Hightouch at hello@hightouch.io, and we're happy to assist you.
Properly Formatting and Querying your Google Sheet
Your Google Sheet must have column names in Row 1 (the first row).
When querying your Google Sheet, the sheet names are used as the table names.
An example:

Here in our spreadsheet named "Google Sheets Demo", "Data" and "Work" serve as the table names. "Id", "Created At", "Name", "Website", and "Description" are the column names.
An example query is below:
SELECT id, name FROM Data
Last updated
Was this helpful?