This workflow corresponds to n8n.io template #4386 — we link there as the canonical source.
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 →
{
"id": "2RGHPcQ4O1mFrJ5Z",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Notion \u2192 Alert Message",
"tags": [],
"nodes": [
{
"id": "58da692b-aee8-4ba0-9b64-5a8b9ea1221b",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"disabled": true,
"position": [
-300,
1460
],
"parameters": {},
"typeVersion": 1
},
{
"id": "969d77f4-5bd8-4988-9084-773a284546a7",
"name": "Set Notion Page Info",
"type": "n8n-nodes-base.set",
"position": [
-1580,
720
],
"parameters": {},
"typeVersion": 2
},
{
"id": "833887a7-f587-4ac2-ad36-336f02d54881",
"name": "Build Message",
"type": "n8n-nodes-base.set",
"position": [
-660,
720
],
"parameters": {},
"typeVersion": 2
},
{
"id": "461e7068-b6cc-4e3d-ab8a-767b96035475",
"name": "Switch",
"type": "n8n-nodes-base.switch",
"position": [
-1360,
700
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "9b0741fe-aa60-40ee-8e80-0b3df338d40b",
"name": "Set On Deck",
"type": "n8n-nodes-base.set",
"position": [
-1000,
660
],
"parameters": {},
"typeVersion": 2
},
{
"id": "3c7c4bb2-d38c-4e50-8858-1a85000b7faa",
"name": "Set In Progress",
"type": "n8n-nodes-base.set",
"position": [
-1000,
860
],
"parameters": {},
"typeVersion": 2
},
{
"id": "9ed7aef7-ac9b-4111-8fdb-bf7d3b548fa4",
"name": "Set Ready For Review",
"type": "n8n-nodes-base.set",
"position": [
-1000,
1060
],
"parameters": {},
"typeVersion": 2
},
{
"id": "0fe33bb9-02df-4223-b279-4435ce41be1b",
"name": "Set Ready To Publish",
"type": "n8n-nodes-base.set",
"position": [
-1000,
1260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "5f810713-fed0-4d1d-beef-605cde7ff8f0",
"name": "Send Slack Msg",
"type": "n8n-nodes-base.slack",
"position": [
-300,
660
],
"parameters": {},
"typeVersion": 2.3
},
{
"id": "6ef59f62-412e-496e-84b6-709ceff56716",
"name": "Send Telegram Msg",
"type": "n8n-nodes-base.telegram",
"disabled": true,
"position": [
-300,
860
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6d68a796-bc15-4389-9264-b79126d6e025",
"name": "Send WhatsApp Msg",
"type": "n8n-nodes-base.whatsApp",
"disabled": true,
"position": [
-300,
1060
],
"parameters": {},
"typeVersion": 1
},
{
"id": "48be0ded-07c9-4698-992b-c4a312c0667e",
"name": "Send Discord Msg",
"type": "n8n-nodes-base.discord",
"disabled": true,
"position": [
-300,
1260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "6527904b-f733-4600-a4c6-ed7215350eab",
"name": "Notion Trigger (Polling)",
"type": "n8n-nodes-base.notionTrigger",
"position": [
-1820,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "fdb2a059-711a-4996-a4de-3bfb42879233",
"name": "Notion Trigger (Webhook)",
"type": "n8n-nodes-base.webhook",
"disabled": true,
"position": [
-1820,
820
],
"parameters": {},
"typeVersion": 2
},
{
"id": "4c739927-d145-4d51-b15f-544729babf3b",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2000,
340
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "6c1963fc-ed47-4b6a-b2f1-ccd780aedea4",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1420,
340
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "21afa2a2-acd1-49a7-864b-593b5f19dca0",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-720,
340
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "86aab08d-33de-45d1-b040-b9b117d2c446",
"connections": {
"Switch": {
"main": [
[
{
"node": "Set On Deck",
"type": "main",
"index": 0
}
],
[
{
"node": "Set In Progress",
"type": "main",
"index": 0
}
],
[
{
"node": "Set Ready For Review",
"type": "main",
"index": 0
}
],
[
{
"node": "Set Ready To Publish",
"type": "main",
"index": 0
}
]
]
},
"Set On Deck": {
"main": [
[
{
"node": "Build Message",
"type": "main",
"index": 0
}
]
]
},
"Build Message": {
"main": [
[
{
"node": "Send Slack Msg",
"type": "main",
"index": 0
},
{
"node": "Send Telegram Msg",
"type": "main",
"index": 0
},
{
"node": "Send WhatsApp Msg",
"type": "main",
"index": 0
},
{
"node": "Send Email",
"type": "main",
"index": 0
},
{
"node": "Send Discord Msg",
"type": "main",
"index": 0
}
]
]
},
"Set In Progress": {
"main": [
[
{
"node": "Build Message",
"type": "main",
"index": 0
}
]
]
},
"Set Notion Page Info": {
"main": [
[
{
"node": "Switch",
"type": "main",
"index": 0
}
]
]
},
"Set Ready For Review": {
"main": [
[
{
"node": "Build Message",
"type": "main",
"index": 0
}
]
]
},
"Set Ready To Publish": {
"main": [
[
{
"node": "Build Message",
"type": "main",
"index": 0
}
]
]
},
"Notion Trigger (Polling)": {
"main": [
[
{
"node": "Set Notion Page Info",
"type": "main",
"index": 0
}
]
]
},
"Notion Trigger (Webhook)": {
"main": [
[
{
"node": "Set Notion Page Info",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Teams that live in Notion and want an instant ping to the right person when a task changes state. Perfect for content creators, project managers, or any small team that tracks work in a Notion database and prefers Slack / Telegram / Discord / e-mail notifications over manually…
Source: https://n8n.io/workflows/4386/ — 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 workflow is designed for developers, DevOps engineers, and automation specialists who manage multiple n8n workflows and need a reliable way to monitor for failures and receive alerts in real time
The Error Notification workflow is designed to instantly notify you whenever any other n8n workflow encounters an error, using popular communication channels like Telegram and Gmail—with optional supp
This automated n8n workflow monitors real-time cryptocurrency prices using CoinGecko API and sends smart alerts when price conditions are met. It supports multi-coin tracking, dynamic conditions, and
This automated n8n workflow tracks hourly cloud spending across AWS, Azure, and GCP. It detects cost spikes or budget overruns in real time, tags affected resources, and sends alerts via email, WhatsA
Error Monitoring!. Uses errorTrigger, gmail, whatsApp, slack. Event-driven trigger; 8 nodes.