Attio
Configuration
Attio source connector integrates with the Attio API to extract CRM data.
Synchronizes your Attio workspace including objects, lists, records, and notes.
Source Code: View on GitHub
Authentication
This connector uses a custom authentication configuration.
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
AttioObjectEntity
Schema for Attio Object (e.g., Companies, People, Deals).
object_id
str
Attio object ID
name
str
Display name of the object
created_at
Optional[datetime]
When the object was created
singular_noun
str
Singular name of the object (e.g., 'Company')
plural_noun
str
Plural name of the object (e.g., 'Companies')
api_slug
str
API slug for the object
icon
Optional[str]
Icon representing this object
AttioListEntity
Schema for Attio List.
list_id
str
Attio list ID
name
str
List name
created_at
Optional[datetime]
When the list was created
workspace_id
str
ID of the workspace this list belongs to
parent_object
Optional[str]
Parent object type if applicable
AttioRecordEntity
Schema for Attio Record.
record_id
str
Attio record ID
name
str
Record display name
created_at
Optional[datetime]
When the record was created
updated_at
Optional[datetime]
When the record was last updated
object_id
Optional[str]
ID/slug of the object this record belongs to
list_id
Optional[str]
ID of the list this record belongs to
parent_object_name
Optional[str]
Name of the parent object/list
description
Optional[str]
Description of the record
email_addresses
List[Dict[str, Any]]
Email addresses associated with this record
phone_numbers
List[Dict[str, Any]]
Phone numbers associated with this record
domains
List[str]
Domain names (for company records)
categories
List[str]
Categories/tags for this record
attributes
Dict[str, Any]
Custom attributes and their values
permalink_url
Optional[str]
URL to view this record in Attio (if provided by API)
AttioNoteEntity
Schema for Attio Note.
note_id
str
Attio note ID
name
str
Note title or preview
created_at
Optional[datetime]
When the note was created
updated_at
Optional[datetime]
When the note was last updated
parent_record_id
str
ID of the record this note is attached to
parent_object
Optional[str]
Type of parent object
title
Optional[str]
Title of the note
content
str
Content of the note
format
Optional[str]
Format of the note (plaintext, markdown, etc.)
author
Optional[Dict[str, Any]]
User who created this note
permalink_url
Optional[str]
URL to view this note in Attio (if provided by API)
Last updated
