This workflow allows you to check the To-Do list on Notion and send a message on Slack.
Prerequisites
- Create a Notion page similar to this page.
- Create credentials for Notion by following the instructions mentioned in the documentation.
- 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.