🤝 AI-generated account briefs with MadKudu, OpenAI & Salesforce for Outreach

312 views · 🤝 CRM & Sales Operations

Description

Generate and send MadKudu Account Brief into Outreach

This workflow generates an account brief tailored to your company using MadKudu MCP and OpenAI and syncs it to a custom field in Outreach. Its for Sales who want to give reps rich account context right inside Outreach, and draft Outreach email with Outreach Revenue Agent based on MadKudu account brief.

✨ Who it’s for

Sales teams needing dynamic, AI-generated context for target accounts

🔧 How it works

1. Select Accounts:

2. Generate Brief with MadKudu MCP & AI

3. Send to Outreach

📋 How to set up

  1. Connect your Salesforce account Used to pull accounts that need a brief.

  2. Set your OpenAI credentials Required for the AI Agent to generate the brief.

  3. Create a n8n Variable to store your MadKudu API key named madkudu_api_key used for the MadKudu MCP tool The AI Agent pulls the account brief instructions and all the context necessary to generate the briefs.

  4. Create an Oauth2 API credential to connect your Outreach account Used to sync to brief to Outreach.

  5. Customize the Salesforce filter In the “Get accounts” node, define which accounts should get a brief (e.g. Fit > 90).

  6. Map your Outreach custom field Update the JSON Body request with your actual custom field ID (e.g. custom49).

🔑 How to connect Outreach

  1. In n8n, add a new Oauth2 API credential and copy the callback URL
  2. Now go to Outreach developer portal
  3. Click “Add” to create a new app
  4. In Feature selection add Outreach API (OAuth)
  5. In API Access (Oauth) set the redirect URI to the n8n callback
  6. Select the following scopes accounts.read, accounts.write
  7. Save in Outreach
  8. Now enter the Outreach Application ID into n8n Client Id and the Outreach Application Secret into n8n Client secret
  9. Save in n8n and connect via Oauth your Outreach Account

✅ Requirements

🛠 How to customize the workflow

🔗 Nodes Used

HTTP Request, Salesforce, AI Agent, OpenAI Chat Model, MCP Client Tool

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup