Messages
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.