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
You will need:
Install the integration in Botpress
First, install the integration to your bot:
- In Botpress Studio, select Explore Hub in the upper-right corner.
- 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:
- Log in to your Attio account.
- Select your workspace name in the upper-left corner. Then, select Workspace settings.
- From the left navigation bar, select Developers.
- Select + Create access token. Enter a name, then enable the following scopes:
- Object configuration: Read access
- Records: Read/write access
- Select Save changes, then copy the token.
Your Attio integration is ready. You can use the integration’s Cards to interact with your Attio objects and records..
Cards
Create Record
Create a new record in an Attio object
inputobjectoutputobjectGet Object
Get a single Attio object by slug or ID
inputobjectoutputobjectGet Record
Get a single record by object and record ID
inputobjectoutputobjectList Attributes
List attributes for a given Attio object
inputobjectoutputobjectList Objects
List Attio objects in the workspace
outputobjectList Records
List records of an Attio object with optional filters, sorts and pagination
inputobjectoutputobjectUpdate Record
Update an existing record by object and record ID
inputobjectoutputobjectWhen adding filters to the List Records Card, follow Attio’s filtering guide to structure your data.
Triggers
Record Created
A new record has been created in Attio
payloadobjectRecord Deleted
A record has been deleted in Attio
payloadobjectRecord Updated
A record has been updated in Attio
payloadobject