Attio for Sheets stores the minimum data needed to operate:
Nothing else is collected. We do not collect your name, email address, IP address, or any data from your Attio workspace beyond what is written into the spreadsheet you explicitly import into.
All data is stored exclusively on Google's servers within your own Google account, using Google's Apps Script storage APIs:
We operate no external database, server, or third-party storage. Your Attio token never leaves Google's infrastructure.
The OAuth token is used solely to make read-only API calls to Attio
(POST /v2/objects/people/records/query and
/v2/objects/companies/records/query) to retrieve the records you request. We do
not write to your Attio workspace, and we request only the minimum Attio scopes needed:
Records → Read and Object Configuration → Read.
We do not sell, share, rent, or disclose your data to any third party,
except as required by law. The only external service your token is transmitted to is Attio's
own API at api.attio.com, under your instruction when you click Import or Refresh.
The add-on requests the following Google OAuth scopes:
| Scope | Why | Tier |
|---|---|---|
spreadsheets.currentonly | Write imported CRM rows into the active spreadsheet only | Non-sensitive |
script.container.ui | Show the add-on's sidebar and menu | Non-sensitive |
script.external_request | Call the Attio API via
UrlFetchApp | Sensitive |
script.scriptapp | Create/delete the daily auto-refresh trigger | Sensitive |
No restricted Google OAuth scopes are requested — no Gmail, Drive, Contacts, Calendar, or Admin SDK access. The add-on only ever touches the spreadsheet it is installed in.
To delete all stored data, click Disconnect in the sidebar. This immediately deletes your Attio OAuth token from User Properties. Document Properties (import preferences) are cleared when you uninstall the add-on via Google Workspace settings. No data is retained on our end because we hold none.
This add-on is not directed at children under 13. We do not knowingly collect data from children.
We will update this page if we change how data is handled. Material changes will be noted with an updated effective date.
Questions or requests: support@fourducks.dev