Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
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
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.
Outreach apps have separate development and production credentials. Development credentials are provisioned immediately for testing; production credentials are issued only after the app goes through Outreach’s publishing review. Development grants expire weekly for users outside the owning org and after 10 users in the owning org, so use development credentials for testing only.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Outreach Client ID
- Client Secret: Paste your Outreach Client Secret
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 |
Notes
- See the Outreach OAuth documentation for more details on available endpoints and scopes.