New system events for app usage tracking, notification digests, reloads, and hub dashboards
Qlik Cloud system events now include four new event APIs, enabling you to build integrations that track application resource usage, respond to notification configuration changes, react to app reload completions, and monitor hub dashboard changes.
App usages
The App usages event API publishes events when application usage quota is consumed:
com.qlik.v1.app-usage.quota.consumed: Triggered when an app consumes a unit of usage quota
Use this event to monitor per-app resource consumption, alert on quota thresholds, or build dashboards that track usage patterns across your tenant.
Notification digests
The Notification digests event API covers changes to notification digest configurations:
com.qlik.notification-digest.updated: Triggered when a notification digest configuration is created, updated, or modified
Use this event to track notification digest lifecycle, clean up orphaned digests, or audit changes to notification preferences.
Reloads
The Reloads event API publishes reload task completion events:
com.qlik.v1.reload.finished: Triggered when an application reload task completes
Use this event to track reload completion status, trigger dependent processing, send completion notifications to stakeholders, or implement reload-driven workflows.
Hub dashboards
The Hub dashboards event API publishes events when hub dashboard configurations change:
com.qlik.v1.hub-dashboard.updated: Triggered when a hub dashboard is created, updated, or modified
Use this event to audit dashboard changes, track dashboard creation and deletion, trigger dependent content updates, or implement approval workflows for dashboard modifications.