When your application gets initiated to send a message, Plivo makes an HTTP request to the message_url
, which is one of the mandatory parameters when sending a message.
message_url
should respond with an XML document that provides instructions to control the SMS.Content Type
of the response header, returned by the message_url
, must be set to text/xml
or application/xml
.