Kaltura API

eventnotification_eventnotificationtemplatesendCommand
Description:
Clear queue messages
Input Params
Name Type Description Required Default Value
notificationTemplateSystemName string Existing push notification template system name V
pushNotificationParams KalturaPushNotificationParams V
command KalturaPushNotificationCommandType Command to be sent to push server V
Example HTTP Hit
http://www.kaltura.com/api_v3/service/eventnotification_eventnotificationtemplate/action/sendCommand
JSON object:
				
{ notificationTemplateSystemName: "value", pushNotificationParams: { objectType: "KalturaPushNotificationParams", userParams: [{ objectType: "KalturaPushEventNotificationParameter", key: "value", description: "value", value: { objectType: "KalturaStringValue", description: "value", value: "value" }, queueKeyToken: "value" }] }, command: "value" }