Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Attio with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Attio.
Authorize Attio
Go to Connections -> Add Test Connection -> Authorize, then log in to Attio. Later, youβll let your users do the same directly from your app.
Call the Attio API
Letβs make your first request to the Attio API (fetch a list of people). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Attio Integration Guides
Nango maintained guides for common use cases.- How to register your own Attio OAuth app
Register an OAuth app with Attio and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Attio
Enable them in your dashboard. Extend and customize to fit your needs.Comments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-comment | Create a comment on a record or list entry in Attio. | Action | π Github |
delete-comment | Delete a comment in Attio | Action | π Github |
get-comment | Retrieve a single comment from Attio. | Action | π Github |
List Entries
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list-entry | Create a list entry in Attio by adding a record to a list | Action | π Github |
delete-list-entry | Delete or archive a list entry in Attio | Action | π Github |
get-list-entry | Retrieve a single list entry from Attio. | Action | π Github |
update-list-entry | Update a list entry in Attio. | Action | π Github |
Lists
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list | Create a list in Attio. | Action | π Github |
get-list | Retrieve a single list from Attio. | Action | π Github |
list-list-entries | List list entries from Attio. | Action | π Github |
list-lists | List lists from Attio. | Action | π Github |
update-list | Update a list in Attio. | Action | π Github |
upsert-list-entry | Create or update a list entry in Attio by matching parent record. | Action | π Github |
Notes
| Function name | Description | Type | Source code |
|---|---|---|---|
create-note | Create a note in Attio. | Action | π Github |
delete-note | Delete or archive a note in Attio. | Action | π Github |
get-note | Retrieve a single note from Attio. | Action | π Github |
list-notes | List notes from Attio. | Action | π Github |
Objects
| Function name | Description | Type | Source code |
|---|---|---|---|
create-object | Create a custom object in Attio | Action | π Github |
get-object | Retrieve a single object from Attio. | Action | π Github |
list-objects | List objects from Attio. | Action | π Github |
update-object | Update an object in Attio. | Action | π Github |
Records
| Function name | Description | Type | Source code |
|---|---|---|---|
create-record | Create a record in Attio | Action | π Github |
delete-record | Delete or archive a record in Attio. | Action | π Github |
get-record | Retrieve a single record from Attio. | Action | π Github |
list-records | List records from Attio | Action | π Github |
update-record | Update a record in Attio. | Action | π Github |
upsert-record | Create or update a record in Attio by matching attribute value. | Action | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-task | Create a task in Attio. | Action | π Github |
delete-task | Delete or archive a task in Attio. | Action | π Github |
get-task | Retrieve a single task from Attio. | Action | π Github |
list-tasks | List tasks from Attio. | Action | π Github |
update-task | Update a task in Attio. | Action | π Github |
Webhooks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webhook | Create a webhook in Attio. | Action | π Github |
delete-webhook | Delete or archive a webhook in Attio | Action | π Github |
get-webhook | Retrieve a single webhook from Attio. | Action | π Github |
list-webhooks | List webhooks from Attio. | Action | π Github |
update-webhook | Update a webhook in Attio. | Action | π Github |
Workspace Members
| Function name | Description | Type | Source code |
|---|---|---|---|
list-workspace-members | List all workspace members in Attio. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
get-workspace-member | Retrieve a single workspace member from Attio. | Action | π Github |
companies | Sync Attio company records. | Sync | π Github |
deals | Sync Attio deal records | Sync | π Github |
list-entries | Sync list entries from Attio. | Sync | π Github |
lists | Sync lists from Attio | Sync | π Github |
meetings | Sync meetings from Attio. | Sync | π Github |
notes | Sync notes from Attio. | Sync | π Github |
objects | Sync objects from Attio. | Sync | π Github |
people | Sync Attio person records. | Sync | π Github |
records | Sync records from Attio. | Sync | π Github |
tasks | Sync tasks from Attio | Sync | π Github |
webhooks | Sync webhooks from Attio. | Sync | π Github |
workspace-members | Sync workspace member profiles from Attio. | Sync | π Github |