🚀 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
Deals
Lists
Notes
Objects
People
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
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 |