π 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.Companies
| Function name | Description | Type | Source code |
|---|---|---|---|
create-company | Creates a new company record in Attio | Action | π Github |
companies | Fetches all company records from Attio | Sync | π Github |
Deals
| Function name | Description | Type | Source code |
|---|---|---|---|
deals | Fetches all deal records from Attio | Sync | π Github |
Lists
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list-entry | Adds a record as an entry to a list. | Action | π Github |
delete-list-entry | Removes an entry from a list. | Action | π Github |
list-lists | Lists all lists in the workspace. | Action | π Github |
Notes
| Function name | Description | Type | Source code |
|---|---|---|---|
create-note | Creates a note on a record. | Action | π Github |
delete-note | Deletes a note. | Action | π Github |
list-notes | Lists notes for a record. | Action | π Github |
Objects
| Function name | Description | Type | Source code |
|---|---|---|---|
get-object | Gets a specific object by ID or slug. | Action | π Github |
list-objects | Lists all available objects (system and custom-defined) in the Attio workspace. | Action | π Github |
People
| Function name | Description | Type | Source code |
|---|---|---|---|
create-person | Creates a new person record in Attio | Action | π Github |
people | Fetches all person records from Attio | Sync | π Github |
Records
| Function name | Description | Type | Source code |
|---|---|---|---|
create-record | Creates a new record for a specified object type. | Action | π Github |
delete-record | Deletes a record permanently. | Action | π Github |
get-record | Gets a specific record by ID. | Action | π Github |
list-records | Lists records from a specific object type. | Action | π Github |
update-record | Updates an existing record. | Action | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-task | Creates a task. | Action | π Github |
list-tasks | Lists tasks. | Action | π Github |
Webhooks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webhook | Creates a new webhook in the Attio workspace | Action | π Github |
delete-webhook | Deletes a webhook from the Attio workspace | Action | π Github |
get-webhook | Gets a single webhook by its ID from the Attio workspace | Action | π Github |
list-webhooks | Lists all webhooks configured in the Attio workspace | Action | π Github |
update-webhook | Updates an existing webhook configuration in Attio | Action | π Github |