messaging
Sends a text message to a list of recipients
post/converged/text
Request body
Example request
{
"senderAddress": "4369912345678",
"senderAddressType": "international",
"contentCategory": "informational",
"notificationCallbackUrl": "https://user:pass@myservice.com/myservice/",
"clientMessageId": "myUniqueId",
"priority": 5,
"validityPeriode": 300,
"messageContent": "example message content",
"maxSmsPerMessage": 1,
"messageType": "default"
}Response
successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.