🎯 Qualify and Enrich Leads with Octave’s Contextual Insights and Slack Alerts

⚡ 83 views · 🎯 AI Summarization & Classification

💡 Pro Tip — For lead enrichment, ScraperNode can pull LinkedIn profiles, company data, and job listings directly into your pipeline — useful for building prospect lists without manual research.

View All Scrapers

Description

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Qualify and enrich inbound leads with contextual insights and Slack alerts

Who is this for?

Sales teams, account executives, and RevOps professionals who need more than just basic lead scoring. Built for teams that want deep contextual insights about qualified prospects to enable truly relevant conversations from the first touchpoint.

What problem does this solve?

Most qualification stops at “good fit” or “bad fit” - but that leaves sales teams flying blind when it comes to actually engaging the prospect. You know they’re qualified, but what are their specific pain points? What value propositions resonate? Which reference customers should you mention? This workflow uses Octave’s context engine to not only qualify leads but enrich them with actionable insights that turn cold outreach into warm, contextualized conversations.

What this workflow does

Inbound Lead Processing:

Contextualized Lead Qualification:

Deep Lead Enrichment:

Enhanced Sales Alerts:

Setup

Required Credentials:

Step-by-Step Configuration:

  1. Set up Octave Qualification Agent:

    • Add your Octave API credentials in n8n
    • Replace your-octave-qualification-agent-id with your actual qualification agent ID
    • Configure your qualification agent with your ICP criteria and business context
  2. Set up Octave Enrichment Agent:

    • Replace your-octave-enrichment-agent-id with your actual enrichment agent ID
    • Configure enrichment outputs based on the insights most valuable to your sales process
    • Test enrichment quality with sample leads from your target market
  3. Configure Slack Integration:

    • Add your Slack OAuth credentials to n8n
    • Replace your-slack-channel-id with the channel for enriched lead alerts
    • Customize the Slack message template with the enrichment fields most useful for your sales team
  4. Set up Lead Source:

    • Replace your-webhook-path-here with a unique, secure path
    • Configure your website forms, CRM, or lead source to send data to the webhook
    • Ensure consistent data formatting across lead sources
  5. Customize Qualification Filter:

    • Adjust the Filter node threshold (default: score > 5)
    • Modify based on your lead volume and qualification standards
    • Test with sample leads to calibrate scoring

Required Webhook Payload Format:

{
  "body": {
    "firstName": "Sarah",
    "lastName": "Johnson",
    "companyName": "ScaleUp Technologies",
    "companyDomain": "scaleuptech.com",
    "profileURL": "https://linkedin.com/in/sarahjohnson",
    "jobTitle": "VP of Engineering"
  }
}

How to customize

Qualification Criteria: Customize scoring in your Octave qualification agent:

Enrichment Insights: Configure your Octave enrichment agent to surface the most valuable insights:

Slack Alert Format: Customize the enrichment data included in alerts:

Scoring Threshold: Adjust the Filter node to match your qualification standards

Integration Channels: Replace Slack with email, CRM updates, or other notification systems

Use Cases

đź”— Nodes Used

Slack, Webhook, Filter

📥 Import

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

📖 Importing guide · 🔑 Credential setup