Sends an SMS notification to specified recipients.
POST {{baseUrl}}/multicastSMSNotificationJobs
Publishes the notification via sms to the specified recipients. Templates can be used for sending messages, in which case the specific template id can be passed to this API along with specific values for template parameters. If message and template, both are specified, message attribute will be used for sending SMS notification.
The message is scanned for any vulnerabilities before dispatching it to the recipients. A single SMS message can contain up to 140 bytes of information where-in the character quota depends on the encoding scheme. For example, an SMS message can contain:
If the message size exceeds 140 bytes, it will be split into multiple messages and sent. When message is split into multiple messages, each partial message will be billed as a single unit. Eg. If a message size is 200 bytes; then this it be billed as 2 units. Maximum size limit for a message is 1500 bytes.
Note: Due to regulatory restrictions, sending SMS using the MindSphere notification service is suspended if at least one of the target recipients is from the India region. Recipients from the India region shall use other notification options (e-mail or push notification).
Request Body
{"recipients"=>["<string>", "<string>"], "fromApplication"=>"<string>", "message"=>"<string>", "templateId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |