Attio
CRM Access tokenCreate and update records, lists, notes and tasks in Attio from any Windmill script, flow or app.
Set up in 3 steps
Create an access token
In Attio, open Workspace settings then Developers, create an integration, and grant it the scopes your scripts need. Copy its access token.
Add the resource in Windmill
Open Resources, add a resource of type attio, and paste the token.
Run your first script
Fork any script below and read before writing anything. There are dozens here, so search by the verb you need.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Update an object
Update an attribute
Update a webhook
Update a task
Update a status
Update a select option
Update a record (overwrite multiselect values)
Update a record (append multiselect values)
Update a list entry (overwrite multiselect values)
Update a list entry (append multiselect values)
Update a list
List workspace members
List webhooks
List threads
List tasks
List statuses
List select options
List records
List record entries
List record attribute values
List objects
List notes
List entries
List attributes
List attribute values for a list entry
List all lists
Identify
Get an object
Get an attribute
Get a workspace member
Resource type
attio — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| token | string | Yes | Access token generated from the dashboard or the OAuth flow. |
Questions
A call fails on a missing scope
Attio grants scopes per integration. Edit the integration to add the scope — the token itself stays valid.
Objects and attributes are configurable
Attio workspaces define their own objects and attribute slugs, so the ids a script needs come from your workspace rather than a fixed list. Read the object first.
Is my token stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.