Django - schedule time WhatsApp message send through Twilio
I want to send WhatsApp messages as per the scheduled time selected same as SMS schedule_type and send_at
on Twilio. Can we send it the same way with WhatsApp? I have researched a lot about it but didn't get a response. Can anyone help? If we can do it with Twilio then how and no then another way to perform this.
From the documentation on Twilio message scheduling:
Message scheduling functionality gives you the ability to schedule an SMS, MMS or WhatsApp message for a fixed time in the future.
Thanks to Marco for pointing this out.