Attio

CRM Access token

Create and update records, lists, notes and tasks in Attio from any Windmill script, flow or app.

Set up in 3 steps

1

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.

2

Add the resource in Windmill

Open Resources, add a resource of type attio, and paste the token.

3

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.

Resource type

attio — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
tokenstringYesAccess 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.