v1
latestOpenAPI 3.0.12026-07-24116117186.3 KBMessages
Send SMS message
The method is used for sending an SMS message to a contact. A new contact is created if no contact with such phone number exists.
post/api/v1/message/sms
Request body
Example request
{
"from": "John Smith",
"text": "Thank you for subscribing to our Newsletters",
"groupId": 201234567
}