DavidMinker
5 years agoQrew Trainee
Trigger Report Subscription via Pipelines Webhook channel
We have a report that is set to send on a subscription basis but, as we know, that's limited to 1x per day send. We now need to trigger the report to send 4x per day.
We also know that calling a URL that looks like this:
------------------------------
Dave Minker
------------------------------
We also know that calling a URL that looks like this:
https://<<URLROOT>>/db/<<DBID>>?a=sendsubscription&id=<<REPORTID>>
would trigger the report to send on-demand ... so there's a way to do it - we just need to find a way to schedule the invocation of that URL.
So, the thought was that we could use the Webhook Pipeline to make the call on a schedule - problem is, we've been unsuccessful - likely due to authentication - in making the call successfully.
Any thoughts / tips / tricks on how to pull this all together?
Dave
would trigger the report to send on-demand ... so there's a way to do it - we just need to find a way to schedule the invocation of that URL.
So, the thought was that we could use the Webhook Pipeline to make the call on a schedule - problem is, we've been unsuccessful - likely due to authentication - in making the call successfully.
Any thoughts / tips / tricks on how to pull this all together?
Dave
------------------------------
Dave Minker
------------------------------