AutomationFlowsSlack & Telegram › B-stock Deal Alert — Slack + Email

B-stock Deal Alert — Slack + Email

B-Stock Deal Alert — Slack + Email. Uses slack, emailSend. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesSlackEmail Send
Slack & Telegram Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

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

Email Send, Slack
Slack & Telegram

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

Slack, Jira
Slack & Telegram

ApogeoAPI — Enrich visitor IP and notify Slack. Uses n8n-nodes-apogeoapi, slack. Webhook trigger; 3 nodes.

N8N Nodes Apogeoapi, Slack
Slack & Telegram

Gumroad Sale → Slack + Daily Summary. Uses slack, airtable. Webhook trigger; 3 nodes.

Slack, Airtable
Slack & Telegram

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

Google Sheets, Slack