Webhook Event for Message Viewed
This event fires when a message's media (video or audio) player has been played back by someone. The person playing a message can be an identified logged-in user or an anonymous viewer.
This webhook follows the same logic as notifications for when a message is played. Some notes:
The webhook fires once per user playing a message.
The webhook fires once per user's session.
The webhook only fires if the message being played has an author (the message wasn't posted anonymously).
Examples:
If a logged-in user plays a message for the first time, this will fire the webhook. But if that same user plays the same message a 2nd time, it will not send an additional webhook for the 2nd play.
A non-logged-in visitor plays a message once, which fires the webhook. During the same browser session, this user presses play on the same message a 2nd time. This 2nd play does not fire an additional webhook.
Here is an example request body:
Last updated