Conversation Unread Webhook Event

Conversation

Called whenever a conversations unread status is updated

type
string
locationId
string
id
string
contactId
string
unreadCount
number
inbox
boolean
starred
boolean
deleted
boolean
{
"type": "ConversationUnreadUpdate",
"locationId": "ADVlSQnPsdq3hinusd6C3",
"id": "MzKIpg0rEIH2ZUGKf6BS",
"contactId": "zsYhPBOUsEHtrK508Wm9",
"deleted": false,
"inbox": false,
"starred": true,
"unreadCount": 0
}