🔐

Granting access via Service Account

If you'd prefer, you can grant access to individual Sheets by sharing them with our service account:

scheduler@seekwell.iam.gserviceaccount.com

Make sure you include edit access, for example:

image

Then use the "Manual" destination option

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