Skip to main content

Event Types

The following Webhook event types are currently supported.

UNREPLIED - Visitor Message Not Replied

FieldValue
Event nameUNREPLIED
TriggerVisitor message remains unreplied
First triggerCustom
Subsequent triggerCustom
Stop conditionAgent replied or push count >= 4

content Fields

FieldTypeDescriptionExample
subjectstringConversation subjectNew Conversation
visitor_namestringVisitor nameVisitor15
created_atnumberMessage creation timestamp1765439652
message_contentstringMessage body1
property_namestringProject nametest
visitor_nicknamestringVisitor nicknameVIP
sbsstringCustomer identifier234442313
statusstringStatus (1: unreplied, 2: queued, 3: pending, 4: replied)1
push_timesnumberNumber of pushes4
time_secnumberTimeout in seconds289
assigned_agent_nicknamestringAssigned agent nicknamectccccd

Full Example

{
"created_at": 1765439941,
"event": "UNREPLIED",
"webhook_id": "58946f5f583edd94f5cf87e3534d04fb",
"content": [
{
"subject": "New Conversation",
"visitor_name": "Visitor15",
"created_at": 1765439652,
"message_content": "1",
"property_name": "test",
"visitor_nickname": "visitor nickname",
"sbs": "",
"status": "1",
"push_times": 4,
"time_sec": 289,
"assigned_agent_nickname": "ctccccd"
}
]
}

Typical Use Cases

  • Escalate to another support queue
  • Trigger email or SMS reminders for agents
  • Record timeout incidents for service analytics
tip

More event types may be added in the future. Watch product updates for the latest changes.