Skip to main content
Attio is a modern customer relationship management tool which is easy to get started with and scale with your team’s operations. Cargo’s native integration with Cargo allows the user to both pull data from the CRM as part of data models, but also write and delete data from all CRM objects to maintain it.

How to set up Attio

Attio uses your logged-in instance to establish the sync with Cargo. During connection, you’ll be asked to authorize Cargo with the following permissions:

Required permissions

  • Read and write records
  • Read object configuration
  • Read list entries
  • Read and write comments
  • Read and write notes
  • Read and write tasks
  • Read user management settings
  • Read list configuration

After connecting

Once redirected and the connector is created, you can:
  • Set up an Attio data model Attio data model
  • Choose Attio from the node catalog within a Play, Tool, or Agent Attio data model

Attio actions

Insert record

Insert a new record into Attio. Use cases
  • Lead capture – Create new leads from various sources and channels
  • Contact creation – Add new contacts from forms, events, or imports
  • Company creation - Add new companies from forms, events, or imports

Find record

Retrieve a single record from Attio by its unique ID. Use cases
  • Record lookup – Get specific record details for processing workflows
  • Data validation – Verify record existence before performing operations

Match record

Check if a record exists in Attio. Use cases
  • Duplicate prevention – Avoid creating duplicate records
  • Smart routing – Route records based on existing data

Search records

Retrieve multiple records from Attio based on search criteria. Use cases
  • Advanced filtering – Find if records exist meeting specific criteria
  • Bulk operations – Retrieve multiple records for processing inside a group node

Update record

Update an existing record in Attio. Use cases
  • Data enrichment – Keep record information current and accurate
  • Lifecycle management – Update record stages and statuses

Upsert Records

Upsert multiple records into Attio (insert or update). Use cases
  • Bulk data operations – Insert records in bulk while avoiding duplicates
  • Data synchronization – Keep external systems synchronized with Attio

Delete record

Delete a record from Attio. Use cases
  • Data cleanup – Remove outdated or incorrect records programmatically or in batches

Attio data models

Cargo allows you to create data models on top of your Attio CRM data that can be used to trigger Plays and power model search actions.

Creating Attio data models

  • Name: Choose a descriptive name for your model (required)
  • Slug: Set a unique identifier that cannot be changed once created (required)
  • Object Type: Select the Attio object type you want to model:

Object types available

Deal models Use cases
  • Track opportunities, pipeline stages, and deal progression
  • Monitor deal velocity, conversion rates, and forecasting
  • Analyze win/loss patterns and sales performance
Company models Use cases
  • Manage company records with domains, descriptions, and team information
  • Track company categories, locations, and relationships
  • Monitor company engagement and lifecycle stages
Person models Use cases
  • Handle contact and lead information
  • Track individual engagement and communication history
  • Manage contact lifecycle and qualification status
I