The subscription controller helps you to manage your subscription to events.
Reference
Find subscriptions
Create subscriptions
Create Subscription from template
For some functions an event can be created from template. This makes development a lot easier.
An example is the creation of a downloadlink (with optional notification) for a newly uploaded mediaContainer:
// POST /subscriptions/createDownloadLink
{
"payload": {
"mediaContainerId": 123456,
"templateId": 8,
"formatIds": [2,3],
"receiver": [{ "recipient": "doe@admiralcloud.com"}]
}
}