For the complete documentation index, see llms.txt. This page is also available as Markdown.

Outreach

Connect your company's Outreach account to Cakewalk so agents can read users, accounts, prospects and sequences through the gateway.

Connect your company's Outreach account to Cakewalk's MCP Gateway. Every agent tool call against Outreach passes through the gateway and is evaluated against your Policies.

Requirements

  • Outreach org admin who can create apps in the Outreach Developer Portal.

  • Outreach Amplify add-on enabled for the org. Outreach MCP requires Amplify licensing.

Required Scopes

[VERIFY: confirm with Cakewalk eng before publish; Outreach's MCP server does not publish a scope checklist in canonical docs. The set below is a working hypothesis based on Outreach's resource.action scope pattern.]

users.read
accounts.read
prospects.read
mailings.read
sequences.read

Outreach scopes follow resource.action format. Available actions per resource: read, write, delete, all.

Step 1: Create the OAuth App

  1. Open the Outreach Developer Portal at https://developers.outreach.io/apps.

  2. Create a new app.

  3. Enter an app name. The app identifier is pre-populated from the name; edit if needed (must be longer than 6 characters).

  4. Click Create app.

Step 2: Configure API Access

  1. Open the API access tab on your app's configuration page.

  2. Add a redirect URI:

  1. Select the scopes listed in Required Scopes above.

Step 3: Copy the Client ID and Client Secret

Generate the credentials. Outreach shows the Client Secret once. Copy both values before navigating away. If you lose the secret, click Regenerate to mint a new one.

Development credentials provision instantly. Production credentials require clicking Publish and completing Outreach's review process; plan for a delay measured in days if your Connection is for production use.

Step 4: Paste Credentials Into Cakewalk

  1. Go to All Connections.

  2. Find Outreach.

  3. Click Edit credentials.

  4. Paste the Client ID and Client Secret.

  5. Save.

Verifying It Works

The Outreach Connection card flips to Active on All Connections. From an agent platform connected to Cakewalk, ask the agent to list your recent Outreach prospects. If Outreach returns results, the Connection is live.

Troubleshooting

  • Invalid redirect URI on consent: confirm the redirect URI on your Outreach app matches https://mcp-gateway.getcakewalk.io/api/v1/Auth/Callback exactly.

  • 403 errors on specific tools: confirm every scope in Required Scopes is selected on the API access tab.

  • Production publish stuck in review: contact platform@outreach.io for status. Until Production is published, use development credentials.

Learn More

Last updated

Was this helpful?