Get the latest live chat benchmark data broken down by team size & industry

Read more
Reference for Webhook event: Agent Status Changed

Comm100 Live Chat Webhooks support both HTTP and HTTPS URL. You will get the call back with the following properties when the Agent Status Changed event occurs.

The data is in JSON format. Here is the introduction for JSON.

 

Agent changes status to Online

{
   "event":"online",
   "operator_id":1
}

Agent changes satus to Away

{
   "event":"away",
   "operator_id":1
}

 

Agent logs into Agent Console

{
   "event":"login",
   "operator_id":1

}

 

Agent logs out of Agent Console

{
   "event":"logout",
   "operator_id":1
}