Outreach
Connection Requirements
Client ID & Client Secret
Follow these steps to create OAuth credentials in Outreach:
Sign in to your Outreach account with admin or developer access.
Go to Settings → API Access → Create App.
Click Create App and provide the required details.
Add at least one redirect_uri and select at least one scope.
After saving the app, Outreach generates your Client ID and Client Secret.
The Client Secret is displayed only once. If lost, it must be regenerated.
Redirect URI & Code
To obtain the authorization code:
Specify the redirect_uri in your Outreach app settings.
Open the authorization URL in your browser using your client_id and redirect_uri.
Log in and click Authorize when prompted.
After authorization, you will be redirected to your redirect_uri.
The browser URL will include a
codequery parameter.
Example:
https://your-redirect-url.com/callback?code=ABC123XYZ
The value after code= (e.g., ABC123XYZ) is your authorization code.
Please perform a connection test to ensure there is a valid connection to the Outreach host. When the discovery operation is finalized, you will be able to see the details on the Assets page.
Was this helpful?