SendContentServiceNoHeader
Implementation of the SendContentService with authentication information passed in as parameters rather than in a header. This allows development/runtime environments without support for the SOAPHeaders to consume the service. 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
Parametersusername Your Esendex username password Your Esendex password account Your Esendex account reference, usually the inbound number in international format eg: 447777111222 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
Returns an array of message IDs assigned by the Esendex message Server -
SendWAPPush
Sends an SMS message containing a WAP Push instruction to the specified recipient using the default originator and validity period
Parametersusername Your Esendex username password Your Esendex password account Your Esendex account reference, usually the inbound number in international format eg: 447777111222 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
Returns the ID of the message assigned by the Esendex message Server -
SendWAPPushMultipleRecipientsFull
Sends an SMS message containg a WAP Push instruction to the specified recipients using the default originator and validity period
Parametersusername Your Esendex username password Your Esendex password account Your Esendex account reference, usually the inbound number in international format eg: 447777111222 originator 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 containg a WAP Push instruction to the specified recipient
Parametersusername Your Esendex username password Your Esendex password account Your Esendex account reference, usually the inbound number in international format eg: 447777111222 originator 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