For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business events structure (JSON) - Draft

For clients we provide bussiness events in json webhooks. List of available events below.

Agent Login

{
    "@timestamp": "2021-10-28T08:52:59.726+0000",
    "message": {
     "event": {
       "agentId": "agentId",
       "orgId": "orgId",
       "firstName": "John",
       "lastName": "Doe",
       "email": "john.doe@example.com"
     },
     "description": {
       "kind": "event",
       "category": [
         "agent"
       ],
       "type": [
         "business_event"
       ],
       "action": "login",
       "outcome": "success"
     },
     "timestamp": 1635418772366
   }
}

Agent Logout

Agent Status Changed

Conversation created

Conversation backoffice data updated

Conversation tag

Conversation assignee change

Conversation unassigned

Message sent

Custom message sent

Custom message send (FORM metadata)

Conversation closed

Conversation reopened / snoozed / unsnoozed

Conversation thread created

Last updated