Attio

Supports:

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

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
workspace_namestringfalsetrue

Example

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

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
objectstringObjecttruefalse
listobjectListtruefalse

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
NAMETYPEDESCRIPTIONREQUIREDREADONLY
remove_invalid_referencesbooleanRemove invalid relationship ID referencesfalsefalse
auto_create_multi_select_optionsbooleanCreate multi-select options if they don’t existfalsefalse
Example
1{
2 ...
3 "target": {
4 "configuration": {
5 "auto_create_multi_select_options": false,
6 "remove_invalid_references": false
7 }
8 }
9}