Available webhooks
Chats
incoming_chat
Indicates about a chat coming with a new thread. The webhook payload contains the whole chat data structure. If the chat was started with some initial events, the thread object contains them.
Specifics
| Action | incoming_chat |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
chat | The chat data structure. |
Sample webhook
chat_deactivated
Indicates that a chat was deactivated by closing the currently open thread.
Specifics
| Action | chat_deactivated |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
user_id | Missing if a thread was closed by the router. |
Sample webhook
Chat access
chat_access_updated
Indicates about the update of a user’s access to a particular chat. It contains the updated access data structure.
Specifics
| Action | chat_access_updated |
| Push equivalent in | Agent Chat API |
| Field | Notes |
|---|---|
id | The chat ID. |
access | The updated chat access data structure. |
Sample webhook
chat_transferred
Indicates that a chat was transferred to a different group or to an agent.
Specifics
| Action | chat_transferred |
| Push equivalent in | Agent Chat API |
| Field | Notes |
|---|---|
thread_id | Present if the chat is active. |
transferred_to | The IDs of the groups and agents the chat is assigned to after the transfer. |
reason | Indicates why the chat was transferred. Possible reasons: manual, inactive, assigned, unassigned, other. |
queue | Present if the chat is queued after the transfer. |
Sample webhook
Chat users
user_added_to_chat
Indicates that a user (customer or agent) was added to a chat.
Specifics
| Action | user_added_to_chat |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
user_type | Possible values: agent, customer. |
Sample webhook
user_removed_from_chat
Indicates that a user (customer or agent) was removed from a chat.
Specifics
| Action | user_removed_from_chat |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
user_type | Possible values: agent, customer. |
Sample webhook
Events
incoming_event
Indicates about an incoming event sent to a chat.
Specifics
| Action | incoming_event |
| Push equivalent in | Agent Chat API, Customer Chat API |
Sample webhook
event_deleted
Indicates that an event was deleted.
Specifics
| Action | event_deleted |
| Push equivalent in | Agent Chat API, Customer Chat API |
Sample webhook
event_updated
Indicates that an event was updated.
Specifics
| Action | event_updated |
| Push equivalent in | Agent Chat API, Customer Chat API |
Sample webhook
incoming_rich_message_postback
Indicates about an incoming rich message postback. The webhook payload contains the info on the postback itself, as well as the chat it was sent in.
Specifics
| Action | incoming_rich_message_postback |
| Push equivalent in | Agent Chat API, Customer Chat API |
Sample webhook
Properties
chat_properties_updated
Indicates about those chat properties that were updated.
Specifics
| Action | chat_properties_updated |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This push shows only the properties that have been recently updated. |
Sample webhook
chat_properties_deleted
Indicates about those chat properties that were deleted.
Specifics
| Action | chat_properties_deleted |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This push shows only the properties that have been recently updated. |
Sample webhook
thread_properties_updated
Indicates about those thread properties that were updated.
Specifics
| Action | thread_properties_updated |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This push shows only the properties that have been recently updated. |
Sample webhook
thread_properties_deleted
Indicates about those thread properties that were deleted.
Specifics
| Action | thread_properties_deleted |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This push shows only the properties that have been recently updated. |
Sample webhook
event_properties_updated
Indicates about those event properties that were updated.
Specifics
| Action | event_properties_updated |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This webhook shows only the properties that have been recently updated. |
Sample webhook
event_properties_deleted
Indicates about those event properties that were deleted.
Specifics
| Action | event_properties_deleted |
| Push equivalent in | Agent Chat API, Customer Chat API |
| Field | Notes |
|---|---|
properties | Not a full properties object. This webhook shows only the properties that have been recently updated. |
Sample webhook
Thread tags
thread_tagged
Indicates that a thread was tagged.
Specifics
| Action | thread_tagged |
| Push equivalent in | Agent Chat API |
Sample webhook
thread_untagged
Indicates that a thread was untagged.
Specifics
| Action | thread_untagged |
| Push equivalent in | Agent Chat API |
Sample webhook
Status
routing_status_set
Indicates that an agent’s or bot’s status has changed.
Specifics
| Action | routing_status_set |
| Push equivalent in | Agent Chat API |
| Field | Notes |
|---|---|
status | Possible values: accepting chats, not accepting chats, offline (for bots only). |
Sample webhook
Customers
customer_session_fields_updated
Indicates that a chatting customer’s session fields were updated. The webhook will be sent for each active chat the customer has.
Specifics
| Action | customer_session_fields_updated |
Sample webhook
Configuration
agent_created
Indicates that a new agent account was created. The payload contains the full state of the agent data structure, including empty fields.
Specifics
| Action | agent_created |
| Push equivalent in | Agent Chat API |
Sample webhook
agent_approved
Indicates that an agent’s account was approved and is now active.
Specifics
| Action | agent_approved |
| Push equivalent in | Agent Chat API |
Sample webhook
agent_updated
Indicates that an agent’s configuration changed. Contains only the updated properties.
Specifics
| Action | agent_updated |
| Push equivalent in | Agent Chat API |
Sample webhook
agent_suspended
Indicates that an agent’s account was suspended.
Specifics
| Action | agent_suspended |
| Push equivalent in | Agent Chat API |
Sample webhook
agent_unsuspended
Indicates that an agent’s account was unsuspended.
Specifics
| Action | agent_unsuspended |
| Push equivalent in | Agent Chat API |
Sample webhook
agent_deleted
Indicates that an agent’s account was deleted.
Specifics
| Action | agent_deleted |
| Push equivalent in | Agent Chat API |
Sample webhook
auto_accesses_updated
Indicates that auto access rules were modified. The payload contains an array of all changes done as result of adding, updating, or deleting auto access rule.
The resulting payload can contain multiple objects depending on the action:
- For the added auto access rule: the payload contains the complete state of the auto access rule data structure, including empty fields.
- For the updated auto access rule: the payload contains only the updated properties.
- For the deleted auto access rule: the payload confirms the deletion.
| Action | auto_accesses_updated |
| Push equivalent in | Agent Chat API |
Sample webhook after adding auto access rule
Sample webhook after updating auto access rule
Sample webhook after deleting auto access rule
bot_created
Indicates that a new bot was added. The payload contains the full state of the bot data structure, including empty fields.
Specifics
| Action | bot_created |
| Push equivalent in | Agent Chat API |
Sample webhook
bot_updated
Indicates that a bot’s configuration changed. Contains only the updated properties.
Specifics
| Action | bot_updated |
| Push equivalent in | Agent Chat API |
Sample webhook
bot_deleted
Indicates that a bot was deleted.
Specifics
| Action | bot_deleted |
| Push equivalent in | Agent Chat API |
Sample webhook
group_created
Indicates that a group was created within a license. The payload contains the full state of the group data structure, including empty fields.
Specifics
| Action | group_created |
| Push equivalent in | Agent Chat API |
Sample webhook
group_deleted
Indicates that a group was deleted within a license.
Specifics
| Action | group_deleted |
| Push equivalent in | Agent Chat API |
Sample webhook
group_updated
Indicates that a group was updated within a license. Only changed fields are sent.
Specifics
| Action | group_updated |
| Push equivalent in | Agent Chat API |
Sample webhook
tag_created
Indicates that a tag was created within a license. The payload contains the full state of the tag data structure, including empty fields.
Specifics
| Action | tag_created |
| Push equivalent in | Agent Chat API |
Sample webhook
tag_deleted
Indicates that a tag was deleted within a license.
Specifics
| Action | tag_deleted |
| Push equivalent in | Agent Chat API |
Sample webhook
tag_updated
Indicates that a tag was updated within a license.
Specifics
| Action | tag_updated |
| Push equivalent in | Agent Chat API |
Sample webhook
Other
events_marked_as_seen
Indicates that a user has seen events up to a specific time.
Specifics
| Action | events_marked_as_seen |
| Push equivalent in | Agent Chat API, Customer Chat API |
Sample webhook
thread_summary_set
Indicates that a thread summary was generated and set.
Specifics
| Action | thread_summary_set |
| Push equivalent in | Agent Chat API |
Sample webhook