Hi, I’m trying to write a program for a WhatsApp chatbot in node.js which automatically sends different study contents to students at a specific time.
For eg:
Day 1: Chapter 1 at 11 AM
Day 2: Chapter 2 at 11 AM
And so
I’ve been experimenting with node-cron; but still can’t figure out how to automate sending different content to students every day.
Any help or advice is appreciated.