Outreach
Overview
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | 🚫 (time to contribute: <48h) |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ Not required | Free Outreach account is sufficient for development. |
Paid test account | ✅ Not required | Free Outreach account is sufficient for testing. |
Partnership | ✅ Not required | |
App review | ✅ Not required | No review process for OAuth apps. |
Security audit | ✅ Not required |
Setup guide
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.
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.
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.
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.
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.
Next
Follow the Quickstart.
Useful links
- Outreach Developer Portal
- API Overview
- Authentication Documentation
- OAuth in a Nutshell
- Setting up OAuth
- API Reference
- Getting Started
- Making Requests
Common Scopes
Scope | Description |
---|---|
accounts.all | Read and write access to account information |
accounts.read | Read-only access to account information |
prospects.all | Read and write access to prospect information |
prospects.read | Read-only access to prospect information |
sequences.all | Read and write access to sequence information |
sequences.read | Read-only access to sequence information |
users.all | Read and write access to user information |
users.read | Read-only access to user information |
mailboxes.all | Read and write access to mailbox information |
mailboxes.read | Read-only access to mailbox information |
calls.all | Read and write access to call information |
calls.read | Read-only access to call information |
emails.all | Read and write access to email information |
emails.read | Read-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.