Overview
VIDIZMO's Webhooks enable you to subscribe to the various events taking place within the VIDIZMO portal and receive notifications based on those events within your business application.
To read more about what Webhooks are and how to set them up, see: VIDIZMO Webhooks Reference Guide.
In this document you will find a few JSON Request Body of events related to change in Media's metadata that can be subscribed to in VIDIZMO.
Before you start
- For sample payloads that include commentInfo objects as subjectDetails, we have included only the properties that are relevant for the event in question. To study entire Comments object and its properties, see: Reference API - Comments Object.
Comments Added
In the request JSON below, you will be able to see that whenever a comment is added on a media in a Portal, then entire Comment object is included in the body under subjectDetails.
Comments Updated
In the request JSON below, you will be able to see the current object under subjectDetail. The moderator updated the comment from "This video's been the most interesting lesson I have learned!" to "This video's been the most interesting lesson I have learned." while there are no other changes made to the comment object.
Comments Deleted
In the request JSON below, you will be able to see that whenever a comment is deleted on a media in a Portal, then entire commentInfo object is included in the body under subjectDetails.
Custom Attributes Added in Portal
In the request JSON below, you will see details about the Custom Attributes and its values added in the Portal.
Custom Attributes Updated in Portal
In the request JSON below, you will see details about the Custom Attributes and its values updated in the Portal.
Custom Attributes Deleted from Portal
In the request JSON below, you will see details about the Custom Attributes and its values deleted in the Portal.
Category Added in Portal
In the request JSON below, you will see details about the Category added in the Portal.
Category Updated in Portal
In the request JSON below, you will see details about the Category updated in the Portal.
Category Deleted from Portal
In the request JSON below, you will see details about the Category deleted in the Portal.