v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBSMS
Send SMS to Client
Send a message to a Client via SMS.
post/communications/send_sms/client
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Request body
Example request
{
"send_from_group_phone_number_id": 1234567891234567,
"send_to_client_id": 1234567891234567
}Response
Message Data
Example response
{
"sent_datetime": "2014-12-31T23:59:59.938Z"
}