OAuth providers
Outreach
Set up Outreach OAuth for sales engagement and outreach automation
Overview
Section titled “Overview”Connect your users to Outreach for sales engagement, sequence management, prospect tracking, and account data.
| Property | Value |
|---|---|
| Provider ID | outreach |
| Category | CRM & Sales |
| PKCE | Supported |
| Token refresh | Automatic |
| Redirect URI | Shown in Developer Portal |
Step 1: Create an Outreach OAuth App
Section titled “Step 1: Create an Outreach OAuth App”Go to the Outreach Developer Portal
Sign in to developers.outreach.io/apps/new and click Create app. Enter the App name; the App identifier auto-populates.
Configure API access
In the new app’s left menu, open API access. Add the Alter callback URL (from the Developer Portal) under Redirect URIs and select the OAuth data scopes the application needs.
Get credentials
Copy the development Client ID and Client Secret. The secret is displayed only once — use Regenerate if it’s lost.
Step 2: Add to Alter Vault
Section titled “Step 2: Add to Alter Vault”Open the Developer Portal
Go to portal.alterauth.com and navigate to the application.
Add Outreach provider
Go to OAuth Providers > Add Provider > Outreach.
Enter credentials
- Client ID: Paste your Outreach Client ID
- Client Secret: Paste your Outreach Client Secret
Select scopes
Choose the scopes the application needs.
Save
Click Save. The provider is now active.
Available Scopes
Section titled “Available Scopes”| Scope | Description |
|---|---|
prospects.read | Read prospect records |
prospects.write | Create and update prospects |
sequences.read | Read sequence data |
sequences.write | Create and manage sequences |
accounts.read | Read account records |
- See the Outreach OAuth documentation for more details on available endpoints and scopes.