Supported event types for webhooks
Webhooks are a simple way to automate communication between applications by sending event data automatically when certain actions occur. In Qlik Cloud, webhooks can trigger actions in other applications without manual intervention, making it easier to integrate Qlik Cloud into your workflows and automate tasks based on system events. To learn more about webhooks in Qlik Cloud, see Creating and managing webhooks for workflows.
Available event types for webhooks
The table lists available event types for webhooks in Qlik Cloud:
| Webhook category | Webhook name | Webhook description | Event name | Event type | User level | Tenant level |
|---|---|---|---|---|---|---|
| Analytics apps | App created | This event is sent when an analytics app (for example, a Qlik Sense app) is created. |
com.qlik.v1.app.created See: Qlik Developer portal for API reference. |
Legacy | Yes | Yes |
| Analytics apps | App exported | This event is sent when an app (for example, a Qlik Sense app) is exported. |
com.qlik.v1.app.exported See: Qlik Developer portal for API reference. |
Legacy | Yes | Yes |
| Analytics apps | App published | This event is sent when an analytics app (for example, a Qlik Sense app) is published to a managed space. |
com.qlik.v1.app.published See: Qlik Developer portal for API reference. |
Legacy | Yes | Yes |
| Analytics apps | App deleted | This event is sent when an analytics app (for example, a Qlik Sense app) is deleted. |
com.qlik.v1.app.deleted See: Qlik Developer portal for API reference. |
Legacy | No | Yes |
| Analytics apps | App reload finished | This event is sent when an analytics app (for example, a Qlik Sense app) is reloaded and the reload has finished on the engine. It does not indicate the app has been saved. Consider using the Reload finished event if you wish to know when a reloaded app is ready for use. |
com.qlik.v1.app.reload.finished See: Qlik Developer portal for API reference. |
Legacy | Yes | Yes |
| Analytics apps | App data updated | This event is sent when an analytics app (for example, a Qlik Sense app) data has been updated and the app is saved. |
com.qlik.v1.app.data.updated See: Qlik Developer portal for API reference. |
Legacy | Yes | Yes |
| Analytics apps | Reload finished | This event is sent when an analytics app (for example, a Qlik Sense app) reload has been completed and the resource has been saved. |
com.qlik.v1.reload.finished |
Legacy | Yes | Yes |
| API keys | API key validation failed | This event is sent when an API key validation has failed, indicating an API key is expired or revoked. |
com.qlik.v1.api-key.validation.failed |
Legacy | No | Yes |
| Users | User created | This event is sent when a user is created. |
com.qlik.v1.user.created. See: Qlik Developer portal for API reference |
Legacy | No | Yes |
| Users | User deleted | This event is sent when a user is created. |
com.qlik.v1.user.created. See: Qlik Developer portal for API reference |
Legacy | No | Yes |
| Automations | Automation created | This event is sent when an automation is created. |
com.qlik.v1.automation.created |
Legacy | Yes | Yes |
| Automations | Automation updated | This event is sent when an automation is updated and has been saved. |
com.qlik.v1.automation.updated |
Legacy | Yes | Yes |
| Automations | Automation deleted | This event is sent when an automation is deleted. |
com.qlik.v1.automation.deleted |
Legacy | Yes | Yes |
| Automations | Automation run started | This event is sent when an automation run has been started. |
com.qlik.v1.automation.run.started |
Legacy | Yes | Yes |
| Automations | Automation run ended | This event is sent when an automation run has ended successfully. |
com.qlik.v1.automation.run.ended |
Legacy | Yes | Yes |
| Automations | Automation run failed | This event is sent when an automation run has ended with failure. |
com.qlik.v1.automation.run.failed |
Legacy | Yes | Yes |
| Data integration projects | Data integration task started | This event is sent when a Data-Integration task starts. |
com.qlik.v1.di-projects.di-tasks.started See: Qlik Developer portal for API reference |
Cloud | Yes | Yes |
| Data integration projects | Data integration task stopped | This event is sent when a Data-Integration task has been stopped. |
com.qlik.v1.di-projects.di-tasks.stopped See: Qlik Developer portal for API reference |
Cloud | Yes | Yes |
| Data integration projects | Data integration task completed | This event is sent when a Data-Integration task has ended successfully. |
com.qlik.v1.di-projects.di-tasks.completed See: Qlik Developer portal for API reference |
Cloud | Yes | Yes |
| Data integration projects | Data integration task failed | This event is sent when a Data-Integration task has ended with failure. |
com.qlik.v1.di-projects.di-tasks.failed See: Qlik Developer portal for API reference |
Cloud | Yes | Yes |