Subscription Controller
Introduction
The Subscription controller lets you subscribe to system events emitted by AdmiralCloud, enabling event-driven automation and integrations. A subscription defines which event to listen for, optional filter conditions (e.g. a specific customerId or payload value), and one or more instructions to execute when the event fires — such as calling an API endpoint, sending an email, or triggering a webhook.
Subscriptions can be created individually or from predefined templates. Once active, they run automatically in response to matching events, without requiring polling on your end.
Common use cases include triggering a workflow after an upload completes, notifying a team when a media container's status changes, or automatically releasing content when certain conditions are met. See the Event Service documentation for the full list of available events and example subscription structures.