Block 1 - Send Email
- Type / Role
- n8n-nodes-base.emailSend - emailSend
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Notion Status Based Alert Template Who is this for? 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,...
n8n-nodes-base.emailsend, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.slack, n8n-nodes-base.telegram, n8n-nodes-base.whatsapp, n8n-nodes-base.discord, n8n-nodes-base.notiontrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Matty Reed.
Original n8n.io sourceTeams 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 checking a board.
Polling Notion or checking a kanban board is slow and error-prone.
This workflow watches a Notion database and routes an alert to specific people based on the item’s Status. One central map decides who gets pinged for “On Deck”, “In Progress”, “Ready for Review”, or “Ready to Publish”.
Notion Trigger) – fires every minute. Webhook) – register the production URL in a Notion automation and disable polling.mention (e.g. <@U123456>).{{$json.message}}.NOTION_DB_ID, SLACK_CHANNEL, EMAIL_FROM, etc.> Title: “Draft blog post – AI productivity”
> Status: Ready for Review
> Slack message:
> > *Draft blog post – AI productivity* > Status: Ready for Review > <@U789012> > <https://www.notion.so/…|Open in Notion> >
{{$json.message}}.This template is the leanest possible setup: one table of statuses → direct pings to the right people. Swap the IDs, flip on your favourite channels, and ship.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Notion status-based alert messages (Slack, Telegram, WhatsApp, Discord, Email) |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Project Management |
| Author | Matty Reed |
| Published | 25 May 2025 |
Use the JSON export at /data/workflows/4386/4386.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Notion Status Based Alert Template Who is this for? 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,...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.