Attio
Manage and sync customer data with Attio. Create, update, and search records with flexible object mapping and advanced filtering capabilities
Setup
Click on the authenticate button and log in with your Attio OAuth credentials to grant Cargo access to your Attio workspace.
Actions
Read - Retrieve a specific record
Retrieve a single record from Attio by specifying:
- Object type (e.g., companies, contacts)
- Record ID
Search - Query records
Search for records in Attio by defining:
- Object type
- Filter conditions
- Optional sorting criteria
- Optional limit (default and maximum: 10 records)
Write - Manage records
Perform various operations on Attio records:
-
Insert - Create a new record
- Select object type
- Define field mappings
-
Update - Modify an existing record
- Select object type
- Provide record ID
- Define field mappings to update
-
Upsert - Create or update based on matching criteria
- Select object type
- Define matching field and value
- Define field mappings
-
Delete - Remove a record
- Select object type
- Provide record ID
Match - Find matching records
Search for records that match specific criteria:
- Object type
- Filter conditions
- Optional sorting criteria
FAQ
How are API rate limits handled? The connector automatically handles Attio's API rate limits of 100 requests per second for read requests and 25 requests per second for write requests