Threads And Channels
Events
When a something happens to a message linked to a thread, an event is emitted which can be listened to via a webhook to retrieved via the events endpoint.
Threads And Channels
When a something happens to a message linked to a thread, an event is emitted which can be listened to via a webhook to retrieved via the events endpoint.
Event | Description |
---|---|
thread.message_created |
When the thread message is created |
thread.message_updated |
When the thread message is updated by its author |
thread.message_deleted |
When a message is deleted from a thread |
thread.message_reacted |
When someone reacts to a message in the thread |
Event | Description |
---|---|
channel.created |
When the channel is created between a unique set of subscribers |
channel.message_published |
When a message is published to a channel. Once published, a message cannot be retracted. |