Kaltura API

eventnotification_eventnotificationtemplateclone
Description:
This action allows registering to various backend event. Use this action to create notifications that will react to events such as new video was uploaded or metadata field was updated. To see the list of available event types, call the listTemplates action.
Input Params
Name Type Description Required Default Value
id int source template to clone V
eventNotificationTemplate KalturaEventNotificationTemplate overwrite configuration object 1
Output Type
KalturaEventNotificationTemplate
Example HTTP Hit
http://www.kaltura.com/api_v3/service/eventnotification_eventnotificationtemplate/action/clone
JSON object:
				
{ id: value, eventNotificationTemplate: { objectType: "KalturaEventNotificationTemplate", name: "value", systemName: "value", description: "value", type: "value", manualDispatchEnabled: value, automaticDispatchEnabled: value, eventType: "value", eventObjectType: "value", eventConditions: [{ objectType: "KalturaCondition", description: "value", not: value }], contentParameters: [{ objectType: "KalturaEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" } }], userParameters: [{ objectType: "KalturaEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" } }] } }