Skip to main content

Check To Do on Notion and send message on Slack

Workflow preview

Check To Do on Notion and send message on Slack preview
Open on n8n.io

Important notice

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

Overview

This workflow allows you to check the To-Do list on Notion and send a message on Slack.

Prerequisites

  1. Create a Notion page similar to this page.
  2. Create credentials for Notion by following the instructions mentioned in the documentation.
  3. Follow the steps mentioned in the documentation to create credentials for Slack.

Cron node: This node triggers the workflow every day.

Notion node: This node fetches all the tasks from Notion.

IF node: This node checks if the task is assigned to a particular user.

Create a Direct Message: This node will create a direct message channel with the user.

Send a Direct Message: This node will send the to-do lists in the direct message.

NoOp: This node is connected to the false output of the IF node. If the condition is false, no further action will be taken.