Attio

Attio logo

Attio

Configuration

Attio source connector integrates with the Attio API to extract CRM data.

Synchronizes your Attio workspace including objects, lists, records, and notes.

Authentication

This connector uses a custom authentication configuration.

Authentication Configuration

Attio authentication credentials schema.

api_key
strRequired

The API key for Attio. Generate one in Workspace Settings > Developers.

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

Schema for Attio Object (e.g., Companies, People, Deals).

Objects are the core data types in Attio’s CRM.

FieldTypeDescription
object_idstrID of the object type (e.g., ‘companies’, ‘people’)
singular_nounstrSingular name of the object (e.g., ‘Company’)
plural_nounstrPlural name of the object (e.g., ‘Companies’)
api_slugstrAPI slug for the object
iconOptional[str]Icon representing this object
created_atOptional[datetime]When this object was created

Schema for Attio List.

Lists are custom collections that can organize any type of record.

FieldTypeDescription
list_idstrUnique ID of the list
namestrName of the list
workspace_idstrID of the workspace this list belongs to
parent_objectOptional[str]Parent object type if applicable
created_atOptional[datetime]When this list was created

Schema for Attio Record.

Records are individual entries in Objects or Lists (e.g., a specific company, person, or deal).

FieldTypeDescription
record_idstrUnique ID of the record
object_idOptional[str]ID of the object this record belongs to
list_idOptional[str]ID of the list this record belongs to
parent_object_nameOptional[str]Name of the parent object/list
nameOptional[str]Name/title of the record
descriptionOptional[str]Description of the record
email_addressesList[Dict[str, Any]]Email addresses associated with this record
phone_numbersList[Dict[str, Any]]Phone numbers associated with this record
domainsList[str]Domain names (for company records)
categoriesList[str]Categories/tags for this record
attributesDict[str, Any]Custom attributes and their values
created_atOptional[datetime]When this record was created
updated_atOptional[datetime]When this record was last updated
permalink_urlOptional[str]URL to view this record in Attio

Schema for Attio Note.

Notes are text entries attached to records for context and collaboration.

FieldTypeDescription
note_idstrUnique ID of the note
parent_record_idstrID of the record this note is attached to
parent_objectOptional[str]Type of parent object
titleOptional[str]Title of the note
contentstrContent of the note
formatOptional[str]Format of the note (plaintext, markdown, etc.)
authorOptional[Dict[str, Any]]User who created this note
created_atdatetimeWhen this note was created
updated_atOptional[datetime]When this note was last updated
permalink_urlOptional[str]URL to view this note in Attio