Kaltura API

eventnotification_eventnotificationtemplatedispatch
Description:
Dispatch event notification object by id
Input Params
Name Type Description Required Default Value
id int V
scope KalturaEventNotificationScope V
Output Type
int
Example HTTP Hit
http://www.kaltura.com/api_v3/service/eventnotification_eventnotificationtemplate/action/dispatch
JSON object:
				
{ id: value, scope: { objectType: "KalturaEventNotificationScope", objectId: "value", scopeObjectType: "value" } }