beginner20 minutes3 min read

How to notify Slack when a HubSpot deal over $50K is created

Notify Slack when a large HubSpot deal is created. Compare 5 approaches — n8n, Zapier, Make, code, and Claude Code — with setup guides.

How to notify Slack when a HubSpot deal over $50K is created

This recipe includes a downloadable n8n template and Claude Code skill.

Workflow

New deal created
Amount > $50K?
Yes
Post Slack alert
No
No action

Why alert on large deals?

When a $50K+ deal enters the pipeline, leadership wants to know immediately — but in most orgs, they don't find out until the weekly pipeline review. By then, the deal has been sitting for 3-5 days without executive support, custom pricing, or the attention that large deals need to close.

The cost of delayed visibility is real. Large deals often require cross-functional coordination: legal for contract review, finance for custom pricing, executives for relationship-building. Every day of delay is a day the prospect might be talking to a competitor who moves faster. Research from Gartner shows that deals with executive involvement close at 2x the rate — but only if executives get involved early.

An automated Slack alert solves this by notifying leadership the moment a large deal is created, with full context: deal name, amount, owner, and a direct link to the HubSpot record.

What you'll get
#sales-leadership
Deal Botapp9:41 AM

🚨 New Large Deal Created

Deal: Acme Corp Enterprise License

Amount: $85,000

Owner: Jane Smith

Stage: Qualification

Company: Acme Corp (Technology, 500 employees)

View in HubSpot →

How it works

Regardless of which tool you use, every approach follows the same three-step pattern:

  1. Detect the deal — monitor HubSpot for newly created deals. Some tools use webhooks for instant detection, others poll the API on a schedule.
  2. Check the amount — compare the deal's amount property against your threshold (e.g., $50,000). Deals below the threshold are silently ignored.
  3. Alert leadership — post a formatted message to a Slack channel with the deal name, amount, owner, and a link so anyone can click through to the full HubSpot record.

The approaches below differ in how they detect new deals — some give you real-time delivery via webhooks, some poll every few minutes, and some run on-demand. Pick the one that fits your team.

What you'll need

Prerequisites
  • HubSpot account with API access
  • Slack workspace with a leadership or deals channel
  • A defined threshold for "large deal" (e.g., $50,000)

Which approach should I use?

  • Zapier (Recommended) — fastest setup, zero code, built-in HubSpot trigger. Best for non-technical teams who want alerts running in under 10 minutes. Per-task pricing means you pay for each deal created, but filtered deals don't count.
  • n8n — visual workflow editor, self-hostable for free, webhook-based for near-instant delivery. Best for teams with a technical ops person who wants full control and no per-task fees.
  • Make — visual builder with lower pricing than Zapier, polling-based. Best for teams already using Make or who want a middle ground between cost and ease.
  • Code + Cron — HubSpot webhook subscription + Express handler. Best for engineering teams who want real-time alerts with zero ongoing cost and full customization.
  • Claude Code — a guided Claude Code skill with workflow guidelines and API references. Ask Claude to find large deals and post alerts conversationally. Best for periodic checks and ad hoc queries like "what deals over $100K were created this week?"

Choose your approach

Select an approach below to see the full step-by-step guide.

Compare approaches

n8n

low
Cost: $0-24/mo
Latency: polling
Code: low
Reliability: 24/7 cloud

Zapier

low
Cost: $20-50/mo
Latency: real-time
Code: none
Reliability: 24/7 cloud

Make

low
Cost: $10-29/mo
Latency: polling
Code: none
Reliability: 24/7 cloud

Code + Cron

medium
Cost: $0
Latency: real-time
Code: high
Reliability: Self-hosted

Claude Code

low
Cost: Usage-based
Latency: on-demand
Code: none
Reliability: On demand

n8n

low

HubSpot Deal Created trigger → IF amount > 50K → Slack message

Downloadable templateView guide

Zapier

low

New Deal trigger → Filter by amount → Slack Send Channel Message

Cost: $20-50/moView guide

Make

low

Watch Deals → Filter amount > threshold → Slack Send Message

Cost: $10-29/moView guide

Code + Cron

medium

HubSpot webhook → Filter by amount → Slack Web API

Cost: $0View guide

Claude Code

low

Guided Claude Code skill — ask Claude to find large deals and post alerts conversationally, or run via Cowork in the background

Downloadable skillView guide

Related Recipes

Frequently Asked Questions

Looking to scale your AI operations?

We build and optimize automation systems for mid-market businesses. Let's discuss the right approach for your team.