Skip to main content

Convert Slack messages to Notion todos using 📝 emoji reactions

Workflow preview

Workflow preview
100%
Convert Slack messages to Notion todos using 📝 emoji reactions preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n workflow turns Slack messages into actionable Notion todos — using nothing more than a simple emoji reaction. By reacting to any Slack message with the emoji, the workflow will automati...

Best for

  • Project Management automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.slacktrigger, n8n-nodes-base.slack, n8n-nodes-base.aggregate, n8n-nodes-base.scheduletrigger, n8n-nodes-base.filter, n8n-nodes-base.notion, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Guilherme Campos.

Original n8n.io source

1.1 Workflow description

Title
Convert Slack messages to Notion todos using 📝 emoji reactions
Workflow name
Convert Slack messages to Notion todos using 📝 emoji reactions

This n8n workflow turns Slack messages into actionable Notion todos — using nothing more than a simple emoji reaction.

By reacting to any Slack message with the 📝 emoji, the workflow will automatically capture the message, extract its content, and create a new Notion to_do item with a link back to the original message. A daily scheduled Slack message then reminds you of any tasks left unchecked in Notion.

Perfect for async teams who live in Slack but organize work in Notion, this template helps you bridge the gap between communication and execution—without switching tools or relying on memory.

Who’s it for

  • Teams that use Slack and Notion daily
  • Product managers, leads, and async-first teams who want quick capture of action items
  • Anyone tired of copy-pasting Slack messages into Notion manually

How it works

Emoji-triggered Notion capture

  1. The workflow listens for the reaction_added event from Slack.
  2. When a user reacts to a message with :memo:, it fetches the full message content and permalink.
  3. It creates a to_do block in Notion with the message and a direct link to the original Slack thread.

Daily Slack reminder

  1. Every day at 08:00, the workflow scans all to_do blocks in a designated Notion page.
  2. It filters out those that are still unchecked.
  3. It aggregates the unchecked tasks and sends a single Slack message to the user with the list of open todos.

How to set up

  • Connect your Slack account and configure the trigger to watch for the :memo: reaction.
  • Connect your Notion account and select a page where todos should be created.
  • Customize the schedule time if needed (default is 08:00).
  • (Optional) Set up the final Slack message node to send reminders to yourself or a specific team channel.

Requirements

  • A Slack app with permission to read messages and reactions
  • A Notion integration with access to edit the target page
  • A Notion page with blocks enabled (or create one manually)

How to customize the workflow

  • Change the emoji from :memo: to another (e.g. :fire: for urgent, :idea: for brainstorms)
  • Add logic to assign Notion tasks to specific team members
  • Use Slack threads, tags, or message metadata to auto-categorize tasks
  • Modify the daily reminder to include due dates, priorities, or Slack buttons to check off tasks

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Slack Trigger

Type / Role
n8n-nodes-base.slackTrigger - slackTrigger
Config choices
Version 1

Block 2 - Send a message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 3 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 4 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 5 - Filter by emoji

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 6 - Get reacted message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 7 - Added message to Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 8 - Get all todos from Notion

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 9 - Filter todo

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 10 - Filter not checked todos

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Convert Slack messages to Notion todos using 📝 emoji reactions
Complexity intermediate
Nodes 14
Categories Project Management, AI Chatbot
Author Guilherme Campos
Published 27 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9009/9009.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Convert Slack messages to Notion todos using 📝 emoji reactions do?

This n8n workflow turns Slack messages into actionable Notion todos — using nothing more than a simple emoji reaction. By reacting to any Slack message with the emoji, the workflow will automati...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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, AI Chatbot use case.