<Sms>
Send an SMS message to a valid 10-digit Ytel API phone number.
###Element Attributes
from | The SMS-enabled Ytel API number (E.164 format) in which the message is sent. |
---|---|
to | The phone number (E.164 format) that will receive the message. |
body | The body message that is to be sent in the text. |
method | Specifies the HTTP method used to request the required URL once SMS message is sent. |
statusCallback | URL that can be requested to receive notification when SMS message was sent. |
<Response>
<Message>
<Sms From="+1949XXXXXXX" To="+1949XXXXXX" Method="POST"
StatusCallback="https://customapps.ytel.com/m360/examples/welcome/index.php" >This is a Test</Sms>
</Message>
</Response>
Updated over 1 year ago