You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/attio.mdx
+54-54Lines changed: 54 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#1D1E20"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Attio](https://www.attio.com/) is a modern and flexible CRM platform built to help teams manage relationships, data, and workflows more efficiently. Attio enables organizations to create and organize custom objects (like people, companies, deals, and more), manage notes and tasks, collaborate as a team, and automate work across their relationship and data pipelines.
15
+
16
+
With Attio, you can:
17
+
18
+
-**Manage records for any object**: Store and organize people, companies, or any custom objects to fit your team's needs.
19
+
-**Track, connect, and update information**: Add and edit notes, comments, tasks, and linked records so your contextual data is always in sync.
20
+
-**Build and customize lists**: Segment records, filter and sort with powerful queries, and build views that fit your workflow.
21
+
-**Collaborate with your team**: Assign tasks, share comments, and see activities in real time.
22
+
-**Automate CRM workflows**: Create, update, and read record data via API to keep your tools and teams in the loop, or trigger actions as relationships evolve.
23
+
24
+
In Sim, the Attio integration lets your agents programmatically query lists, fetch and manipulate records, manage entries, tasks, comments, and more—making it easy to automate CRM operations, enrich data, synchronize with other systems, or trigger workflow automations based on relationship or record events. Use these tools to ensure your CRM stays up-to-date and powerful directly from within your Sim projects.
25
+
{/* MANUAL-CONTENT-END */}
26
+
27
+
13
28
## Usage Instructions
14
29
15
30
Connect to Attio to manage CRM records (people, companies, custom objects), notes, tasks, lists, list entries, comments, workspace members, and webhooks.
@@ -38,11 +53,11 @@ Query and list records for a given object type (e.g. people, companies)
38
53
| --------- | ---- | ----------- |
39
54
|`records`| array | Array of Attio records |
40
55
| ↳ `id`| object | The record identifier |
41
-
| ↳ `workspaceId`| string | The workspace ID |
42
-
| ↳ `objectId`| string | The object ID |
43
-
| ↳ `recordId`| string | The record ID |
44
-
| ↳ `createdAt`| string | When the record was created |
45
-
| ↳ `webUrl`| string | URL to view the record in Attio |
56
+
| ↳ `workspace_id`| string | The workspace ID |
57
+
| ↳ `object_id`| string | The object ID |
58
+
| ↳ `record_id`| string | The record ID |
59
+
| ↳ `created_at`| string | When the record was created |
60
+
| ↳ `web_url`| string | URL to view the record in Attio |
46
61
| ↳ `values`| json | The record attribute values |
47
62
|`count`| number | Number of records returned |
48
63
@@ -63,11 +78,11 @@ Get a single record by ID from Attio
63
78
| --------- | ---- | ----------- |
64
79
|`record`| object | An Attio record |
65
80
| ↳ `id`| object | The record identifier |
66
-
| ↳ `workspaceId`| string | The workspace ID |
67
-
| ↳ `objectId`| string | The object ID |
68
-
| ↳ `recordId`| string | The record ID |
69
-
| ↳ `createdAt`| string | When the record was created |
70
-
| ↳ `webUrl`| string | URL to view the record in Attio |
81
+
| ↳ `workspace_id`| string | The workspace ID |
82
+
| ↳ `object_id`| string | The object ID |
83
+
| ↳ `record_id`| string | The record ID |
84
+
| ↳ `created_at`| string | When the record was created |
85
+
| ↳ `web_url`| string | URL to view the record in Attio |
71
86
| ↳ `values`| json | The record attribute values |
72
87
|`recordId`| string | The record ID |
73
88
|`webUrl`| string | URL to view the record in Attio |
@@ -89,11 +104,11 @@ Create a new record in Attio for a given object type
89
104
| --------- | ---- | ----------- |
90
105
|`record`| object | An Attio record |
91
106
| ↳ `id`| object | The record identifier |
92
-
| ↳ `workspaceId`| string | The workspace ID |
93
-
| ↳ `objectId`| string | The object ID |
94
-
| ↳ `recordId`| string | The record ID |
95
-
| ↳ `createdAt`| string | When the record was created |
96
-
| ↳ `webUrl`| string | URL to view the record in Attio |
107
+
| ↳ `workspace_id`| string | The workspace ID |
108
+
| ↳ `object_id`| string | The object ID |
109
+
| ↳ `record_id`| string | The record ID |
110
+
| ↳ `created_at`| string | When the record was created |
111
+
| ↳ `web_url`| string | URL to view the record in Attio |
97
112
| ↳ `values`| json | The record attribute values |
98
113
|`recordId`| string | The ID of the created record |
99
114
|`webUrl`| string | URL to view the record in Attio |
@@ -116,11 +131,11 @@ Update an existing record in Attio (appends multiselect values)
116
131
| --------- | ---- | ----------- |
117
132
|`record`| object | An Attio record |
118
133
| ↳ `id`| object | The record identifier |
119
-
| ↳ `workspaceId`| string | The workspace ID |
120
-
| ↳ `objectId`| string | The object ID |
121
-
| ↳ `recordId`| string | The record ID |
122
-
| ↳ `createdAt`| string | When the record was created |
123
-
| ↳ `webUrl`| string | URL to view the record in Attio |
134
+
| ↳ `workspace_id`| string | The workspace ID |
135
+
| ↳ `object_id`| string | The object ID |
136
+
| ↳ `record_id`| string | The record ID |
137
+
| ↳ `created_at`| string | When the record was created |
138
+
| ↳ `web_url`| string | URL to view the record in Attio |
124
139
| ↳ `values`| json | The record attribute values |
125
140
|`recordId`| string | The ID of the updated record |
126
141
|`webUrl`| string | URL to view the record in Attio |
@@ -184,11 +199,11 @@ Upsert a record in Attio — creates it if no match is found, updates it if a ma
184
199
| --------- | ---- | ----------- |
185
200
|`record`| object | The upserted record |
186
201
| ↳ `id`| object | The record identifier |
187
-
| ↳ `workspaceId`| string | The workspace ID |
188
-
| ↳ `objectId`| string | The object ID |
189
-
| ↳ `recordId`| string | The record ID |
190
-
| ↳ `createdAt`| string | When the record was created |
191
-
| ↳ `webUrl`| string | URL to view the record in Attio |
202
+
| ↳ `workspace_id`| string | The workspace ID |
203
+
| ↳ `object_id`| string | The object ID |
204
+
| ↳ `record_id`| string | The record ID |
205
+
| ↳ `created_at`| string | When the record was created |
206
+
| ↳ `web_url`| string | URL to view the record in Attio |
192
207
| ↳ `values`| json | The record attribute values |
193
208
|`recordId`| string | The record ID |
194
209
|`webUrl`| string | URL to view the record in Attio |
@@ -531,7 +546,7 @@ List all lists in the Attio workspace
0 commit comments