Attio

Attio logo

Attio

This connector enables AI agents and RAG systems to retrieve context from Attio through Airweave’s unified search layer.

Configuration

Attio source connector — syncs objects, lists, records, and notes.

Authentication

Supported authentication methods:

  • Direct Credentials
  • Auth Provider

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).

FieldTypeDescription
object_idstrAttio object ID
namestrDisplay name of the object
created_atOptional[datetime]When the object was created
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

Schema for Attio List.

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

Schema for Attio Record.

FieldTypeDescription
record_idstrAttio record ID
namestrRecord display name
created_atOptional[datetime]When the record was created
updated_atOptional[datetime]When the record was last updated
object_idOptional[str]ID/slug 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
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
permalink_urlOptional[str]URL to view this record in Attio (if provided by API)

Schema for Attio Note.

FieldTypeDescription
note_idstrAttio note ID
namestrNote title or preview
created_atOptional[datetime]When the note was created
updated_atOptional[datetime]When the note was last updated
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
permalink_urlOptional[str]URL to view this note in Attio (if provided by API)