Attio

Add a bot to Attio using the official integration.

The official Attio integration allows your bot to interact with objects/records in your Attio workspace.

Setup

Install the integration in Botpress

First, install the integration to your bot:

  1. In Botpress Studio, select Explore Hub in the upper-right corner.
  2. Search for the Attio integration, then select Install Integration.

In the Configuration menu, you should see one field: Access Token. Leave it empty for now—you’ll come back to it after creating your Attio API token.

Create an Attio API token

Next, create a Attio API token:

  1. Log in to your Attio account.
  2. Select your workspace name in the upper-left corner. Then, select Workspace settings.
  3. From the left navigation bar, select Developers.
  4. Select + Create access token. Enter a name, then enable the following scopes:
    • Object configuration: Read access
    • Records: Read/write access
  5. Select Save changes, then copy the token.

Configure the integration in Botpress

Now, you can finish setting up the integration in Botpress:

  1. In the integration’s Access Token field, paste your Attio API token.
  2. Select Save Configuration.

Cards

Create Record

Create a new record in an Attio object

inputobject
outputobject

Get Object

Get a single Attio object by slug or ID

inputobject
outputobject

Get Record

Get a single record by object and record ID

inputobject
outputobject

List Attributes

List attributes for a given Attio object

inputobject
outputobject

List Objects

List Attio objects in the workspace

outputobject

List Records

List records of an Attio object with optional filters, sorts and pagination

inputobject
outputobject

Update Record

Update an existing record by object and record ID

inputobject
outputobject

Triggers

Record Created

A new record has been created in Attio

payloadobject

Record Deleted

A record has been deleted in Attio

payloadobject

Record Updated

A record has been updated in Attio

payloadobject