Overview

Pre-built tooling

Pre-built integrations

No pre-built integration yet (time to contribute: <48h)

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

Access requirements

Pre-RequisitesStatusComment
Paid dev account✅ Not requiredFree Outreach account is sufficient for development.
Paid test account✅ Not requiredFree Outreach account is sufficient for testing.
Partnership✅ Not required
App review✅ Not requiredNo review process for OAuth apps.
Security audit✅ Not required

Setup guide

1

Create an Outreach account

  1. If you don’t already have an Outreach account, go to Outreach’s signup page and create one.
  2. Sign in to your Outreach account.
2

Access the developer portal

  1. Go to the Outreach Developer Portal.
  2. Sign in with your Outreach credentials.
  3. Navigate to “My apps” in the top navigation bar.
3

Create a new Outreach app

  1. In the developer portal, click on Create App.
  2. Fill in the required information for your application:
    • App Name: Enter a name for your application.
    • App Description: Provide a brief description of what your application does.
    • Company Name: Enter your company name.
    • App Website: Enter the URL of your application’s website.
    • Support Email: Enter an email address for support inquiries.
4

Configure API access

  1. After creating your app, navigate to the API access tab.
  2. Enable the Outreach API access by toggling the switch.
  3. Add the following redirect URI:
    • https://api.nango.dev/oauth/callback
  4. Select the appropriate scopes for your application based on your needs. Common scopes include:
    • accounts.all - Access to account information
    • prospects.all - Access to prospect information
    • sequences.all - Access to sequence information
    • users.all - Access to user information
  5. Save your application settings.
5

Obtain your OAuth credentials

After configuring API access, you’ll receive:

  • Client ID: A unique identifier for your application
  • Client Secret: A secret key for your application

Make sure to store these securely, especially the Client Secret, as you’ll need them when configuring your integration in Nango. Note that the Client Secret will only be displayed once, so make sure to copy it immediately.

6

Next

Follow the Quickstart.

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

Common Scopes

ScopeDescription
accounts.allRead and write access to account information
accounts.readRead-only access to account information
prospects.allRead and write access to prospect information
prospects.readRead-only access to prospect information
sequences.allRead and write access to sequence information
sequences.readRead-only access to sequence information
users.allRead and write access to user information
users.readRead-only access to user information
mailboxes.allRead and write access to mailbox information
mailboxes.readRead-only access to mailbox information
calls.allRead and write access to call information
calls.readRead-only access to call information
emails.allRead and write access to email information
emails.readRead-only access to email information

API gotchas

  • Rate limits apply to the Outreach API. If you exceed the rate limit, you’ll receive a 429 Too Many Requests response.
Contribute API gotchas by editing this page

Going further

Connect to Outreach

Guide to connect to Outreach using Connect UI