Skip to main content

Attio

With Attio modules in Make, you can manage collections and entries, get users, persons, and companies, and create persons and companies.

To get started with Attio, create an account at attio.com.

Refer to the Attio API documentation or a list of available endpoints.

Connect Attio to Make

To establish the connection, you must:

  1. Obtain your Access token in Attio.

  2. Establish the connection in Make.

Obtain your Access token in Attio.

To obtain your Access token from your Attio account:

  1. Log in to your Attio account.

  2. Click on your profile icon in the upper-left corner and click Workspace settings.

  3. In the left sidebar, click Developers.

  4. Click Create a new integration.

  5. Add a name and optional description for the integration and click Create.

  6. Go to the Scopes section and enable the scopes necessary for the connection, depending on the modules you will use.

  7. Go to the Access section and copy the Access token value shown and store it in a safe place.

You will use this value in the Access Token field in Make.

Establish the connection with Attio in Make.

To establish the connection in Make:

  1. Log in to your Make account, add an Attio module to your scenario, and click Create a connection.

    Note: If you add a module with an instant tag, click Create a webhook, then Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the Access Token field, enter the Access token copied in the section above.

  4. Click Save.

  5. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your scenario and add more Attio modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Build Attio Scenarios

After connecting the app, you can perform the following actions:

Person

  • Create or Update a Person

    Required Permissions: Record Permission: Read-Write, Object Configuration: Read

  • Get a Person

    Required Permissions: Record Permission: Read, Object Configuration: Read

Company

  • Create or Update a Company

    Required Permissions: Record Permission: Read-Write, Object Configuration: Read

  • Get a Company

    Required Permissions: Record Permission: Read, Object Configuration: Read

User

  • Search Users

    Required Permissions: Record Permission: Read, Object Configuration: Read

Entry

  • Watch Entries

    Required Permissions: Webhook: Read-Write

  • Search Entries

    Required Permissions: List Entry: Read, List Configuration: Read

  • Create an Entry

    Required Permissions: List Entry: Read-Write, List Configuration: Read

  • Get an Entry

    Required Permissions: List Entry: Read, List Configuration: Read

  • Update an Entry

    Required Permissions: List Entry: Read-Write, List Configuration: Read

  • Delete an Entry

    Required Permissions: List Entry: Read-Write, List Configuration: Read

List

  • List All Lists

    Required Permissions: Public Collections: Read, Private Collections: Read

  • Create a List

    Required Permissions: Public Collections: Read-Write, Private Collections: Read-Write

  • Update a List

    Required Permissions: Public Collections: Read-Write, Private Collections: Read-Write

Attribute

  • Create an Attribute

    Required Permissions: Object Configuration: Read-Write, List Configuration: Read-Write

  • Update an Attribute

    Required Permissions: Object Configuration: Read-Write, List Configuration: Read-Write

  • Archive an Attribute

    Required Permissions: Object Configuration: Read-Write, List Configuration: Read-Write

Select option

  • Create a Selectable Option

    Required Permissions: Object Configuration: Read-Write

  • Update a Selectable Option

    Required Permissions: Object Configuration: Read-Write

Other

  • Make an API Call

Note

This app uses webhooks to trigger a scenario when an event occurs instantly. All webhook modules have an instant tag next to their name.

When you create an Attio webhook in Make, it is attached automatically and requires no additional set up.