SendTransactionalSms

SendTransactionalSms function sends transactional mobile text messages to recipients.

There are two type of content to send transactional sms.

Payload-1 (use content)

In this method, the client sends the content and recipients. The system returns uuid-type transactionalIds per recipient and uuid-type groupId for all.

These transactional ids are used to get the report per recipient whereas the groupId response field is used to get the report of all recipient at once.

For multi language send, the multiLangContent property should be used.


Payload-2 (use template)

This method is used to send transactional mobile text messages using an existing template in the system. The only difference from Method-1 is templateId field is used to select the template from the system. This templateId can be created both using API (CreateSmsContent) or through GUI.

For multi language send, a template id created as multi language should be selected.


You cannot use multiLangContent and content** properties at the same time.

Recipients language can be used as a parameter for sending with multi language content if recipient language is given, this property used as a user language otherwise contact language is used.


Earliest Time and Latest Time

If the earliestTime or latestTime property is empty, used as a partner default values.

Content specific earliestTime or latestTime can be used for each content in sendings with multilanguage.

Or base earliestTime or latestTime property which is defined under which is defined under root property, can be used for all contents inside of the multilanguage contents.

Language
Click Try It! to start a request and see the response here!