Sends a text message to an active chat.
...
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier | ||||||||||
chatId |
|
| Unique chat identifier |
...
Code Block | ||
---|---|---|
| ||
{ "text": "Questo รจ un messaggio esterno", "nickname":"Lando Calrissian" } |
Response
Code Block | ||
---|---|---|
| ||
{ "result": true, "error": null } |
...