This workflow follows the Emailsend → Slack recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "B-Stock Deal Alert \u2014 Slack + Email",
"nodes": [
{
"parameters": {
"path": "bstock-deal-alert",
"httpMethod": "POST",
"responseMode": "onReceived",
"options": {}
},
"id": "webhook",
"name": "Deal Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"channel": "#deals",
"text": "=:moneybag: *{{$json.tier === 'high_priority' ? 'HIGH PRIORITY ' : ''}}B-Stock Deal*\n*{{$json.summary.title}}*\nMSRP: ${{$json.summary.msrp}} \u2192 Bid: ${{$json.summary.current_bid}} ({{$json.summary.pct_of_msrp}}%)\nPer unit: ${{$json.summary.per_unit}} | Ends: {{$json.summary.time_remaining}}\n{{$json.summary.location}}\n<{{$json.summary.url}}|View listing>",
"otherOptions": {}
},
"id": "slack",
"name": "Post to Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 2.2,
"position": [
480,
240
],
"credentials": {
"slackApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"fromEmail": "deals@nickient.com",
"toEmail": "marketingteam@nickient.com",
"subject": "=[B-Stock] {{$json.tier === 'high_priority' ? '\ud83d\udea8 HIGH PRIORITY ' : ''}}{{$json.summary.title}}",
"emailFormat": "html",
"html": "=<h2>{{$json.summary.title}}</h2><p><strong>MSRP:</strong> ${{$json.summary.msrp}}<br><strong>Current Bid:</strong> ${{$json.summary.current_bid}} ({{$json.summary.pct_of_msrp}}% of MSRP)<br><strong>Per Unit:</strong> ${{$json.summary.per_unit}}<br><strong>Location:</strong> {{$json.summary.location}}<br><strong>Time left:</strong> {{$json.summary.time_remaining}}</p><p><a href=\"{{$json.summary.url}}\">View listing on B-Stock</a></p><img src=\"{{$json.summary.image_url}}\" style=\"max-width:400px\">"
},
"id": "email",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 2.1,
"position": [
480,
380
]
}
],
"connections": {
"Deal Webhook": {
"main": [
[
{
"node": "Post to Slack",
"type": "main",
"index": 0
},
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"tags": [
{
"name": "bstock"
}
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
slackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
B-Stock Deal Alert — Slack + Email. Uses slack, emailSend. Webhook trigger; 3 nodes.
Source: https://github.com/Entmarketingteam/bstock-deal-scout/blob/35b3b414ea8030a3e300ca74a246c0b70a0415a6/n8n/alert-webhook.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n workflow ensures instant notifications to parents and staff during school emergencies. It processes incoming alerts via webhooks, filters active emergencies, and sends notifications through e
Automates error detection and notification to prevent production downtime. Monitors incoming webhooks, filters critical errors, and triggers alerts or bug reports. Ensures rapid response to critical i
ApogeoAPI — Enrich visitor IP and notify Slack. Uses n8n-nodes-apogeoapi, slack. Webhook trigger; 3 nodes.
Gumroad Sale → Slack + Daily Summary. Uses slack, airtable. Webhook trigger; 3 nodes.
This workflow is a production-ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs them