For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Native clients
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
    • Events
  • Configuring your connections
    • CDC streaming from databases
      • Affinity
      • Airtable
      • Amplitude
      • API
      • Apollo.io
      • Asana
      • Ascend
      • Attio
      • AWS S3
      • AWS Athena
      • AWS OpenSearch
      • Azure Blob Storage
      • Azure SQL
      • BiqQuery
      • CloudSQL (MySQL)
      • CloudSQL (Postgres)
      • Chargebee
      • ConstructionWire
      • CosmosDB
      • Customer.io
      • Databricks
      • Datadog
      • dbt Cloud
      • Delighted
      • Dialpad
      • Dittofeed
      • DynamoDB
      • Facebook Ads
      • Freshdesk
      • Front
      • FullStory
      • Google Cloud Storage
      • Github
      • Google Ads
      • Google Workspace
      • Google Sheets
      • Harmonic
      • Heap
      • Honeycomb
      • HubSpot
      • Intercom
      • Iterable
      • Jira
      • Klaviyo
      • Kustomer
      • Linear
      • Linkedin Ads
      • Lob
      • Mailercheck
      • Marketo
      • MongoDB
      • Microsoft Ads
      • MySQL
      • Netsuite
      • Outreach
      • Pardot
      • Pipedrive
      • Postgres
      • PredictLeads
      • Quickbooks
      • Recharge
      • Redshift
      • Redshift Serverless
      • Reply.io
      • Salesforce
      • Segment
      • SFTP
      • Shopify
      • Short.io
      • Slack
      • Snowflake
      • Statsig
      • Stripe
      • Survicate
      • Synapse
      • Tixr
      • Unbounce
      • Uservoice
      • Vanilla Forums
      • Webhooks
      • Zendesk Chat
      • Zendesk Support
      • ZoomInfo
  • Code examples
    • Bulk sync (ELT) from HubSpot to PostgreSQL
    • Bulk sync (ELT) from Salesforce to S3
    • Bulk sync (ELT) from Salesforce to Snowflake
    • Model sync (Reverse ETL) from MongoDB to Salesforce
  • API Reference
Logo
Log inBook a demo
On this page
  • Connection
  • Configuration
  • Example
  • Read-only properties
  • Model Sync
  • Source
  • Configuration
  • Example
  • Target
  • All targets
  • Configuration
  • Example
  • Bulk Sync
  • Source
Configuring your connectionsConnection configurations

Attio

Was this page helpful?
Previous

S3

Next

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
disable_list_entry_projectionbooleanSkip parent fields when pulling listsfalse
enable_webhooksbooleanEnable Attio webhook updates for bulk syncsfalse

Example

1{
2 "name": "Attio connection",
3 "type": "attio",
4 "configuration": {
5 "disable_list_entry_projection": false,
6 "enable_webhooks": false
7 }
8}

Read-only properties

NameTypeDescriptionRequired
workspace_namestringWorkspace namefalse

Model Sync

Source

Configuration

NameTypeDescriptionRequired
listobjectListtrue
objectstringObjecttrue

Example

1{
2 ...
3 "configuration": {
4 "list": {},
5 "object": ""
6 }
7}

Target

Attio connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
auto_create_multi_select_optionsbooleanCreate select options if they don’t existfalse
remove_invalid_referencesbooleanRemove invalid relationship ID referencesfalse
replace_multiselect_valuesbooleanTreat multiselect values as replacementsfalse
write_null_valuesbooleanCopy null valuesfalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "auto_create_multi_select_options": false,
6 "remove_invalid_references": false,
7 "replace_multiselect_values": false,
8 "write_null_values": false
9 }
10 }
11}

Bulk Sync

Source

Attio connections may be used as a bulk sync source. No additional configuration options are required.