Webhooks
Version 1.0
For provision of access to the setting of webhooks, please, contact with our Support Team.
Your server must return HTTP 200 status if the request is received successfully.
Webhooks can trigger the third-party solution on the following events occurred:
Event: Conversation is unassigned
{
"webhook":"on_conversation_unassigned",
"conversation":{
"id":181,
"application":"telegrambot",
"status":"unassigned",
"date_created":1513351579,
"date_updated":1513353161,
"from_user":{
"user_id":374,
"role":"default",
"title":"Yuri Dzabaev",
"avatar":"https://app.blinger.io/images/users/no-user.png",
"page_title":"Blinger – Messengers for business", //only for livechat
"page_url":"https://blinger.io", //only for livechat
"status":"enabled",
"service_user_id":"ta4ta4",
"date_created":1513262192
}
}
}Event: Conversation is assigned to operator
Event: Conversation is closed
Event: Incoming message
Event: Outgoing message
Event: Incoming comment
Event: Outgoing comment
Event: New client
Last updated
Was this helpful?