v1

latestOpenAPI 3.0.12026-07-249297145.2 KB
Messages

Add base SMS message

The method is used for creating basic SMS messages.

post/api/v1/messages/sms

Request body

idinteger

Message ID.

namestring required

Message name.

languageCodestring

Language code.

tagsstring[]

List of tags.

subscriptionsKeysstring[]

Subscription categories keys, assigned to a message.

languagesstring[]

An array with the language codes for multilingual messages. Available for the GET method only.

fromstring required

Sender name.

textstring required

Message text.

trackUrlsboolean

The parameter determines whether to track links in a message or not. The default value is ‘false’.