One-Click Access for Influencer Whitelisting

Log every connection to Google Sheets

One spreadsheet row per connection: who connected, when, what they granted. Your access audit trail builds itself. Works the same with Airtable.

Suggested column layout

FieldTypeDescription
Datecolumn AMap data.completedAt.
Client namecolumn BMap data.clientName.
Client emailcolumn CMap data.clientEmail.
Statuscolumn DMap data.status (SUCCESS / PARTIAL_SUCCESS).
Accounts connectedcolumn EMap data.connectionSummaryText.
Refcolumn FMap data.customRef.

Steps

  1. Create a sheet with the six headers above in row 1.
  2. In Make.com, create a scenario with a Webhooks → Custom webhook trigger and copy its URL.
  3. Paste it in ClientInvite under Settings → API & Webhooks, save, and click Send test event.
    [SCREENSHOT: API & Webhooks settings tab]
  4. Add a Google Sheets → Add a Row module (Airtable: Create a Record), pick your spreadsheet, and map the six fields per the table above.
    [SCREENSHOT: Make.com Google Sheets module with all six columns mapped]
  5. Run once with a test event, check the row appears, and turn the scenario on.

Want one row per asset instead of per connection? Add an Iterator module on data.assets[] between the webhook and the sheet, and map platform, type, name, and permission as extra columns.

Related

Still stuck?

Contact support or use the chat bubble in your dashboard — we usually reply within a few hours.