I want to make reminder from notion to whatsapp.
and I have whatsapp gateway.
how to make reminder form notion duedate to whatsapp?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi @Imam_Hanafi
I’m going to give a high-level overview of how this can be done.
Try creating a workflow with it and share if you have any more questions/doubts.
First, it should start with Schedule Trigger
node, and set it to run every day at a specific time. Then fetch the data from the notion. (I assume you’ll already have the data of your reminders)
Then filter the fetched data using the Filter
Node and sent it to WhatsApp.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.