/
sendExternalMessageToCtlivesocial

sendExternalMessageToCtlivesocial

Sends a text message to a whatsapp customer.

status:HTTP POST /livechat/:domain/sendExternalMessageToCtlivesocial

Path Variables:

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

domain

status:NO

status:STRING

Unique domain identifier

Authorization: see Authentication mechanisms

Request Body:

Type: status:JSON

Name

Mandatory

Type

Description

Name

Mandatory

Type

Description

customerPhoneNumber

status:YES

status:STRING

customer phone number

servicePhoneNumber

status:YES

status:STRING

whatsapp business number

text

status:YES

status:STRING

Text message to send in chat

Response:

Type: status:JSON

Name

Type

Description

Name

Type

Description

result

status:BOOLEAN

If true, the service response was performed correctly

error

status:NULL / status: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 }

 

Related content