| All Verbs | /nodes/chat-events/new-message |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountId | query | string | No | |
| EndpointId | query | string | No | |
| SessionId | query | string | No | |
| Body | query | string | No | |
| Sender | query | string | No | |
| SenderDisplayName | query | string | No | |
| AttachmentUri | query | string | No | |
| AttachmentContentType | query | string | No | |
| NewMessage | query | string | No | |
| NewMessageBody | query | string | No | |
| NewMessageSender | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /nodes/chat-events/new-message HTTP/1.1
Host: evovoice.io
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
accountId: String,
endpointId: String,
sessionId: String,
body: String,
sender: String,
senderDisplayName: String,
attachmentUri: String,
attachmentContentType: String,
newMessage: String,
newMessageBody: String,
newMessageSender: String
}