SendContentService
Methods to send SMS messages in order to deliver content to handsets. Click here for a free trial.
The following operations are supported. For a formal definition, please review the Service Description.
-
SendWAPPushMultipleRecipients
Sends an SMS message containing a WAP Push instruction to the specified recipients using the default originator and validity period
Parametersrecipients An array of mobile numbers to send the message to href A URL accessible to the recipient device text Text used to describe the content to the user
Returns an array of message IDs assigned by the Esendex message Server -
SendWAPPush
Sends an SMS message containing a WAP Push instruction to the recipient handset.
Parametershref A URL accessible to the recipient device text Text used to describe the content to the user
Returns the ID of the message assigned by the Esendex message Server -
SendWAPPushMultipleRecipientsFull
Sends an SMS message containing a WAP Push instruction to the specified recipients using the default originator and validity period
Parametersoriginator The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters recipients An array of mobile numbers to send the message to href A URL accessible to the recipient device text Text used to describe the content to the user validityperiod The validity period of the message in hours.
Returns an array of message IDs assigned by the Esendex message Server -
SendWAPPushFull
Sends an SMS message containing a WAP Push instruction to the recipient handset, with the specified options
Parametersoriginator The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters recipient The mobile number to send the message to href A URL accessible to the recipient device text Text used to describe the content to the user validityperiod The validity period of the message in hours.
Returns the ID of the message assigned by the Esendex message Server