Skip to main content

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.
PropertyValue
Provider IDoutreach
CategoryCRM & Sales
PKCESupported
Token refreshAutomatic
Redirect URIShown in Developer Portal

Step 1: Create an Outreach OAuth App

1

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.
2

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.
3

Get your credentials

Copy the development Client ID and Client Secret. The secret is displayed only once — use Regenerate if it’s lost.
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.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Outreach provider

Go to OAuth Providers > Add Provider > Outreach.
3

Enter credentials

  • Client ID: Paste your Outreach Client ID
  • Client Secret: Paste your Outreach Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
prospects.readRead prospect records
prospects.writeCreate and update prospects
sequences.readRead sequence data
sequences.writeCreate and manage sequences
accounts.readRead account records

Notes