Set up e-mail alerts and HTTP callbacks that get triggered when your videos become available.
You still haven't completed step 1
Use permission.list
with nameEqual
set to 'EVENTNOTIFICATION_PLUGIN_PERMISSION'
to check to see if you have permission to use the eventNotification service.
You still haven't completed step 1
Notification Templates can be used to send you an e-mail or call a particular URL under certain conditions, e.g. when a new video is uploaded.
There are two main types of templates:
Which type would you like to work with?
You still haven't completed step 1
In order to create a new notification, you must clone one of the pre-made templates below. You can see the available templates using eventNotificationTemplate.listTemplates
Use the form below to choose a template to clone
You still haven't completed step 1
Use eventNotificationTemplate.update
to edit the properties of your newly cloned event notification.
You still haven't completed step 1
Use eventNotificationTemplate.updateStatus
to control your notification status.
You still haven't completed step 1
Use eventNotificationTemplate.list
to get a list of your templates.
You still haven't completed step 1
If you create an HTTP Notification, you'll need to set up your server to handle incoming notifications
Use the KalturaHttpNotificationClientPlugin
library to parse incoming requests at the URL you specified.
You can learn more about the operations used in this workflow by visiting the API Console and Documentation
permission.list | Console | Documentation |
eventNotificationTemplate.listTemplates | Console | Documentation |
eventNotificationTemplate.clone | Console | Documentation |
eventNotificationTemplate.update | Console | Documentation |
eventNotificationTemplate.updateStatus | Console | Documentation |
eventNotificationTemplate.list | Console | Documentation |