From Bright Pattern Documentation
Send Events
Description | Sends events from the client to the server side and returns events from the server. |
URL | http[s]://<host>:<port>/clientweb/api/v1/chats/{chatId}/events?tenantUrl=<tenantUrl> |
Method | POST |
Request body | Array of chat events (content type: application/json). Example:
{ “events”:[<array of chat events>] } |
Returns | 200 – Array of new chat events from the server side (content type: application/json). Example:
{ "events":[<array of new chat events from server>] } |
Errors | 401 – Unauthorized
404 – Not found |