Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Access requirements
Setup guide
1
Create an Outreach account
- If you don’t already have an Outreach account, go to Outreach’s signup page and create one.
- Sign in to your Outreach account.
2
Access the developer portal
- Go to the Outreach Developer Portal.
- Sign in with your Outreach credentials.
- Navigate to “My apps” in the top navigation bar.
3
Create a new Outreach app
- In the developer portal, click on Create App.
- 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
- After creating your app, navigate to the API access tab.
- Enable the Outreach API access by toggling the switch.
-
Add the following redirect URI:
https://api.nango.dev/oauth/callback
-
Select the appropriate scopes for your application based on your needs. Common scopes include:
accounts.all- Access to account informationprospects.all- Access to prospect informationsequences.all- Access to sequence informationusers.all- Access to user information
- 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
6
Next
Follow the Quickstart.
Contribute improvements to the setup guide by editing this page
Useful links
- Outreach Developer Portal
- API Overview
- Authentication Documentation
- OAuth in a Nutshell
- Setting up OAuth
- API Reference
- Getting Started
- Making Requests
Contribute useful links by editing this page
Common Scopes
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