This sample XML is used to send out an SMS. Plivo will send the delivery report the callback URL using the HTTP POST method.
<Response>
<Message src="12023222222" dst="15671234567" type="sms" callbackUrl="http://foo.com/sms_status/" callbackMethod="POST">
Hi, Message from Plivo
</Message>
</Response>