Does Twilio whatsApp Business API provides feature to schedule a message or media ? I couldn't find anything related to it in the docs
I am trying to integrate Twilio WhatsApp API with my application, one of my use-cases requires scheduling WhatsApp messages. I am working on node.js.
Currently there isn't a built in scheduler. You would need to use an external job scheduler to schedule your tasks.
For example: 4 ways to schedule Node.js code
Google Apps also has a scheduler which is very simple to use.