Automate High-Value Lead Alerts with HubSpot and Slack in n8n

Discover how to automate notifications for new high-value leads from HubSpot directly to Slack. This n8n workflow saves sales teams hours by instantly filtering and alerting on leads with over $5M revenue, reducing missed opportunities and manual checks.
hubspot
slack
scheduleTrigger
+2
Workflow Identifier: 1498
NODES in Use: HubSpot, Slack, Schedule Trigger, Filter, Sticky Note

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Workflow Does

This workflow checks HubSpot every 5 minutes to find new leads created in that time.

It filters those leads to keep only companies with more than $5 million in annual revenue.

Then it sends a detailed message about the lead directly to the right sales rep on Slack.

This saves salespeople from manually searching leads and ensures they quickly follow up on the most valuable opportunities.


Who Should Use This Workflow

Any sales team using HubSpot to track leads who want to focus on high-value companies.

It helps sales managers and reps avoid wasting time on less promising leads.

Teams that work daily in Slack will find notifications convenient for fast action.


Tools and Services Used

  • HubSpot: To get recently created companies or leads via API.
  • Slack: To send message notifications to sales reps.
  • n8n: The automation platform connecting HubSpot and Slack with nodes.
  • Schedule Trigger node: Starts the workflow every 5 minutes.
  • HubSpot node: Fetches leads created in the last 5 minutes.
  • Filter node: Keeps only leads with annual revenue over $5 million.
  • Slack node: Sends messages to sales reps.

Inputs, Process, and Outputs

Inputs

  • New leads created in HubSpot within the last 5 minutes.
  • Lead details like company name, website, revenue, and employee count.

Process Steps

  • Schedule Trigger runs every 5 minutes to start the workflow.
  • HubSpot node uses {{ $now.minus({ "minutes": 5 }) }} for the ‘since’ parameter to get fresh leads.
  • Filter node selects only leads with annual revenue > $5,000,000.
  • Slack node builds a message with lead info and sends it to the assigned sales rep.

Outputs

  • Slack notifications with key lead details to the sales reps.
  • Less manual checking for sales teams.
  • Faster reaction to valuable leads.

Beginner Step-by-Step: How to Use This Workflow in n8n

Importing and Setup

  1. Download the workflow using the Download button on this page.
  2. Open your n8n editor, then use “Import from File” to add the workflow.
  3. Add your HubSpot OAuth2 credentials under the HubSpot node to allow data fetching.
  4. Add your Slack OAuth2 token under the Slack node for sending messages.
  5. Check the Slack node and update the recipient field with the correct sales rep user ID or channel ID if needed.
  6. Verify the Schedule Trigger timing matches the HubSpot node ‘since’ parameter (default is 5 minutes).

Testing

  1. Manually run the workflow to test if leads are fetched and messages are sent.
  2. Fix any error messages related to credentials or missing data.

Activation

  1. Once testing passes, activate the workflow using the toggle button.
  2. Monitor successful runs in the executions panel.

If hosting n8n yourself, it’s helpful to review self-host n8n options for performance and control.


Customization Ideas

  • Change the Filter node to select leads based on number of employees instead of revenue.
  • Send Slack messages to a channel for team-wide notifications instead of single users.
  • Modify the polling interval in Schedule Trigger and the HubSpot node ‘since’ parameter (e.g., every 10 minutes).
  • Add a Code node to run custom JavaScript on leads for scoring or formatting before messaging.
  • Include more lead details like deal amount or lifecycle stage in Slack messages.

Common Problems and Solutions

  • No leads returned from HubSpot node: Usually the ‘since’ parameter does not match the polling time. Try increasing the timeframe or aligning intervals.
  • Slack message not sending: Check Slack user ID or OAuth2 token validity. Reauthenticate and verify user IDs with Slack API tools.
  • Filter node excludes all leads: Confirm property names exist and use toInt() for number comparisons. Adjust filter logic if properties differ.

Summary of Results

✓ Increased sales team focus on high-value leads.

✓ Saved hours daily by removing manual HubSpot checks.

✓ Instant Slack alerts push sales reps to act faster.

✓ Reduced risk of missing important leads.

Frequently Asked Questions

The workflow runs every 5 minutes by default to check for leads created in that time.
Yes, by changing the Slack node recipient to a channel ID, the workflow can notify entire teams.
Check the property names and use integer conversion like toInt() in the filter to ensure correct filtering.
Using a different CRM requires replacing the HubSpot node and updating API calls accordingly; this workflow is designed for HubSpot.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free