Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
MigueldelCampo
Contributor III
Contributor III

How to trigger a subscription after a reload event in Qlik SaaS?

Hi everyone,

I’m currently working with Qlik SaaS and I’m wondering if there’s a recommended or supported way to automatically trigger a subscription when a reload finishes — something like an "on reload finish" event.

Does Qlik SaaS currently support event-driven triggers for subscriptions, or is there a known workaround or best practice to achieve this?

Any guidance or examples would be greatly appreciated!
Thanks in advance

Labels (3)
1 Reply
lachlanwcast
Partner - Creator
Partner - Creator

Hi there,

Would something like this work?

https://qlik.dev/apis/rest/sharing-tasks/#post-v1-sharing-tasks-actions-execute

 

Perhaps you could setup an automation, that is triggered via webhook/finished reload that will perform an API request to this endpoint and execute a sharing task (which apparently subscriptions come up in)