Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was wondering if anybody has any experience with Qlik Alerts through Qlik Embed.
To give a bit of backstory:
We are designing a suite of Qlik Sense apps which will be embedded into our internal site.
This is now set up so that there is a landing page which has the available apps as tiles, using their thumbnails which are pulled back through the API.
When the app is selected, then Qlik Embed is hosting the full app.
However, a big part of what we hoped to achieve with this launch is to also use Qlik Alerts. This obviously shows up through the bell on the Qlik tenant where you can look at your alerts.
Has anybody any ideas or experience with also embedding this into a site?
Not aware of a way to embed this feature. You'll need to use REST endpoint "data-alerts" and "web-notifications" to pull it and create your own UI. Same way you picked up the apps with "items" or thumbnails.
The "bell" icon you refer to is showing all tenant notifications. Some of them are not related to the data alerts but could be for example an app reload status or a failed automation. You can pull them and render yourself using "web-notifications" REST endpoint (Web notifications REST | Qlik Developer Portal
Also, here's what the hub is doing to get the data alerts (Data alerts REST | Qlik Developer Portal) that have been set: