Granting access via Service Account

You can grant access to individual Sheets by sharing them with the SeekWell service account:

Make sure to include edit access, for example:

Include edit access in Google Sheets

Then use the "Manual" destination option 🐴 Enter Manually:

{
    "type": "sheets",
    "ss_id": "GET_THIS_FROM_SHEET_URL",
    "sheet": "Sheet1",
    "serviceAccount": true,
    "cell": "A1",
    "sheetsAppend": false,
    "omitColumnNames": false
}

Was this page helpful?