Kaltura API

eventnotification_eventnotificationtemplateregister
Description:
Register to a queue from which event messages will be provided according to given template. Queue will be created if not already exists
Input Params
Name Type Description Required Default Value
notificationTemplateSystemName string Existing push notification template system name V
pushNotificationParams KalturaPushNotificationParams V
Output Type
KalturaPushNotificationData
Example HTTP Hit
http://www.kaltura.com/api_v3/service/eventnotification_eventnotificationtemplate/action/register
JSON object:
				
{ notificationTemplateSystemName: "value", pushNotificationParams: { objectType: "KalturaPushNotificationParams", userParams: [{ objectType: "KalturaPushEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" }, queueKeyToken: "value" }] } }