I got this error from Twilio while sending an outbound message to WhatsApp number:
{"ErrorMessage":"A text message body or media urls must be specified.","ErrorCode":21619,"MessageStatus":{},"Message":"Failed to send message through Twilio."
We did verify that the message we were sending was not null or empty. Has anyone faced this issue? What are the possible circumstances under which this error might be encountered? As I mentioned, we do have validators on messages we send and we verified its not null or empty.