Overview

Pre-built tooling

Pre-built integrations

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account✅ Not requiredFree, self-signup for an Attio account.
Paid test account✅ Not requiredFree account can be used for testing.
Partnership✅ Not required
App review✅ Not required
Security audit✅ Not required

Setup guide

1

Create an Attio account

  1. Go to the Attio sign-up page.
  2. Enter your email address, name, and create a password.
  3. Complete the account setup process.
2

Create a new integration

  1. Log in to your Attio account.
  2. Navigate to Settings > Developers in your Attio workspace.
  3. Click on Create integration.
  4. Enter a name for your integration.
  5. Click Create to generate your integration.
3

Configure OAuth settings

  1. In your integration settings page, locate the OAuth 2.0 section.
  2. Add https://api.nango.dev/oauth/callback as a redirect URI.
  3. Save your changes.
4

Configure integration scopes

  1. In your integration settings, navigate to the Scopes section.
  2. Select the appropriate scopes for your integration needs:
    • Object configuration: For access to object configuration data
    • Record read: For read access to records
    • Record write: For write access to records
    • List read: For read access to lists
    • List write: For write access to lists
  3. Save your scope configuration.
5

Obtain your OAuth credentials

  1. In your integration settings page, locate the Client ID and Client Secret.
  2. Copy these values as you’ll need them when configuring your integration in Nango.

Note: Keep your Client Secret secure and never expose it in client-side code.

6

Configure your integration in Nango

When setting up your Attio integration in Nango:

  • Use your Client ID and Client Secret from the previous step
  • For the authorization URL, use: https://app.attio.com/authorize
  • For the token URL, use: https://app.attio.com/oauth/token
7

Test the OAuth flow

  1. After configuring your integration in Nango, test the OAuth flow to ensure it works correctly.
  2. The authorization flow will redirect users to Attio where they can approve access to their workspace.
  3. After approval, users will be redirected back to your application with an authorization code.
8

Next

Follow the Quickstart.

Need help getting started? Get help in the community.
Contribute useful links by editing this page

Common Scopes

  • object_configuration: Access to object configuration data
  • record_read: Read access to records
  • record_write: Write access to records
  • list_read: Read access to lists
  • list_write: Write access to lists

API gotchas

Contribute API gotchas by editing this page