Outreach

Connection Requirements

1

Domain

The domain of Outreach.

circle-info

Default: api.outreach.io

2

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.

3

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 code query parameter.

Example: https://your-redirect-url.com/callback?code=ABC123XYZ

The value after code= (e.g., ABC123XYZ) is your authorization code.

circle-exclamation

Was this helpful?