/
sendExternalMessageToCtlivesocial
sendExternalMessageToCtlivesocial
Sends a text message to a whatsapp customer.
HTTP POST /livechat/:domain/sendExternalMessageToCtlivesocial
Path Variables:
Name | Mandatory | Type | Description |
---|---|---|---|
domain | NO | STRING | Unique domain identifier |
Authorization: see Authentication mechanisms
Request Body:
Type: JSON
Name | Mandatory | Type | Description |
---|---|---|---|
customerPhoneNumber | YES | STRING | customer phone number |
servicePhoneNumber | YES | STRING | whatsapp business number |
text | YES | STRING | Text message to send in chat |
Response:
Type: JSON
Name | Type | Description |
---|---|---|
result | BOOLEAN | If true, the service response was performed correctly |
error | NULL / STRING | Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/default/sendExternalMessageToCtlivesocial
Request body
{
"customerPhoneNumber": "393403603062",
"servicePhoneNumber": "3902124122690",
"text":"Messaggio da external ws"
}
Response
{
"result": true,
"error": null
}
, multiple selections available,
Related content
sendTextMessageToActiveChat
sendTextMessageToActiveChat
More like this
sendExternalTextMessageToActiveChat
sendExternalTextMessageToActiveChat
More like this
sendExternalMultimediaMessageToCtlivesocial
sendExternalMultimediaMessageToCtlivesocial
More like this
sendExternalTemplateMessageToCtlivesocial
sendExternalTemplateMessageToCtlivesocial
More like this
getChatTranscriptByCalldata
getChatTranscriptByCalldata
More like this
getMultimediaMessageByMessageID
getMultimediaMessageByMessageID
More like this