How to notify Slack when a Salesforce opportunity over $50K is created
Notify Slack when a high-value Salesforce opportunity is created. Compare Salesforce Flow, n8n, and Claude Code with steps and costs.

This recipe includes a downloadable n8n template and Claude Code skill.
Workflow
Why alert on large deals?
When a $50K+ opportunity enters the pipeline, leadership needs to know immediately — but in most orgs, they don't find out until the weekly pipeline review or a 1:1 with the rep. By then, the deal has been sitting for 3-5 days without executive support, custom pricing review, or the attention that large deals need to close.
Large deals often require cross-functional coordination: legal for contract review, finance for non-standard pricing, executives for relationship-building. Every day of delay is a day the prospect might be evaluating a competitor who moves faster. An automated Slack alert ensures leadership knows about large deals within seconds (Flow Builder) or minutes (n8n/Claude Code skill) of creation.
🚨 New Large Opportunity Created
Opportunity: NovaTech Cloud Infrastructure
Amount: $175,000
Owner: Rachel Nguyen
Account: NovaTech Industries (Manufacturing, 2,000 employees)
Stage: Prospecting
Close Date: Jun 30, 2026
How it works
Regardless of which tool you use, every approach follows the same three-step pattern:
- Detect the deal — monitor Salesforce for newly created opportunities. Flow Builder uses record-triggered automation for instant detection. n8n polls the API on a schedule. The Claude Code skill queries on demand.
- Check the amount — compare the opportunity's
Amountfield against your threshold (e.g., $50,000). Opportunities below the threshold are silently ignored. - Alert leadership — post a formatted message to a Slack channel with the opportunity name, amount, owner, account, and a link to the Salesforce record.
The approaches differ in latency and setup complexity. Flow Builder gives you real-time alerts with zero external tools. n8n gives you a visual builder with rich formatting. The Claude Code skill gives you conversational flexibility for ad hoc queries.
What you'll need
- Salesforce org with API access (Enterprise, Unlimited, or Developer edition)
- Slack workspace with a dedicated deals or leadership channel
- An agreed threshold for "large deal" (e.g., $50,000)
Which approach should I use?
- Salesforce Flow — native Record-Triggered Flow with entry conditions for amount filtering. Real-time delivery, zero external tools, no cost. Best for teams who want the simplest setup entirely within Salesforce.
- n8n (Recommended) — visual workflow editor with rich Block Kit formatting. Polls Salesforce for new opportunities. Self-hostable for free. Best for teams who want formatted Slack messages and already use n8n.
- 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 opportunities over $100K were created this week?"
Choose your approach
Select an approach below to see the full step-by-step guide.
Compare approaches
| Approach | Complexity | Cost | Latency | Code | Reliability |
|---|---|---|---|---|---|
Salesforce Flow | low | $0 (included) | real-time | none | 24/7 cloud |
n8n | low | $0-24/mo | polling | low | 24/7 cloud |
Claude Code | low | Usage-based | on-demand | none | On demand |
Salesforce Flow
lown8n
lowClaude Code
lowSalesforce Flow
lowRecord-Triggered Flow on Opportunity.Amount > threshold → Send Slack Message action
n8n
lowSalesforce Opportunity Trigger → IF amount > $50K → Slack channel message
Claude Code
lowGuided Claude Code skill — ask Claude to find large Salesforce opportunities and post alerts conversationally, or run via Cowork in the background
Related Recipes
How to send a Slack alert when a Salesforce deal changes stage
Salesforce + Slack
How to notify Slack when a HubSpot deal over $50K is created
HubSpot + Slack
How to send a Slack alert when a Pipedrive deal changes stage
Pipedrive + Slack
How to send a Slack alert when a HubSpot deal changes stage
HubSpot + Slack
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.