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.
{
"event":"online",
"event_id":5282,
"operator_id":1
}
{
"event":"away",
"event_id":5283,
"operator_id":1
}
{
"event":"login",
"event_id":5284,
"operator_id":1
}
{
"event":"logout",
"event_id":5285,
"operator_id":1
}