Webhooks
chat.notification.created
The chat.notification.created
webhook is triggered when any action is performed on a chat. For e.g. when a member is added or removed from a chat, when group settings is updated.
Refer Chat Notification object to find more details about chat notification object
.
Event structure 📦
You’ll be receiving the data in the following format:
{
"event": "<event-type>",
"data": "<event-data>", // complete data object as mentioned in Objects section
"org_id": "<your-organisation-id>",
"previous_attributes": "<previous-attributes>", // attributes changes in new object. In case of an update event.
"timestamp": "<timestamp>" // timestamp of the event creation
}
Was this page helpful?