How can I send an SMS to the user-selected phone number with a custom message at a specified date and time?

0
Facing 400 Bad request   /file?guid=19703248380918618
asked
1 answers
1

You are getting a 400 Bad Request response from Twilio.

 

This means you probably aren't sending all the information Twilio needs to send the SMS message.

 

There may be more information being returned from Twilio, so try setting the REST Consume log level to Trace. This will record the request to and response from Twilio which may show you what is going wrong.

 

Good luck! 

answered