AdvancedSendService
Methods to send customised SMS messages. Click here for a free trial.
The following operations are supported. For a formal definition, please review the Service Description.
-
SendMessageFull
Sends a message with defined values for the ESM class and DCS parameters for a PDU
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 body The body content. Encoding depends on the values of the esmClass and dataCodingScheme. If binary data required, supply a hex encoded string, otherwise up to 160 characters of text. Max length of binary data is 140 bytes (or 280 Hex encoded characters) esmClass A byte representing the value of the ESM Class PDU parameter. dataCodingScheme A byte representing the value of the DCS PDU parameter. validityperiod The validity period of the message in hours. Returns
The ID of the sent message -
SendFlashMessageMultipleRecipientsFull
Sends a message to multiple handsets that will appear directly on the screen and not stored in the phone's inbox
Parametersoriginator The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters recipients The mobile numbers to send the message to body The text message to send up to 160 characters validityperiod The validity period of the message in hours. Returns
A collection of IDs for each message sent -
SendMessageMultipleRecipientsFull
Sends a message to multiple handsets with defined values for the ESM class and DCS parameters for a PDU
Parametersoriginator The alias the message should appear to come from. Can be another phone number or up to 11 alpha numeric characters recipients The mobile numbers to send the message to body The body content. Encoding depends on the values of the ESM Class and dataCodingScheme. If binary data required, supply a hex encoded string, otherwise up to 160 characters of text. Max length of binary data is 140 bytes (or 280 Hex encoded characters) esmClass A byte representing the value of the esmClass PDU parameter. dataCodingScheme A byte representing the value of the DCS PDU parameter. validityperiod The validity period of the message in hours. Returns
The ID of the sent message -
SendFlashMessageFull
Sends a message to the handset that will appear directly on the screen and not stored in the phone's inbox
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 body The text message to send up to 160 characters validityperiod The validity period of the message in hours. Returns
The ID of the sent message