
I've got the first part: I can create a link that takes me to the Run Flow page for my Instant Flow.
I want to go directly from a link I click to the "Your flow run successfully started." page.
Is this possible?
Hi @CFlorian
You can initiate flow by using When a HTTP request is received trigger this would replace instant trigger which are not currently using.
Make sure to set method to GET
And also in case if you're interested in also sending a response when flow is triggered and completes execution, use Response action as in below snap
Thanks
If this post helps, please consider Accepting it as the solution. Thumbs up if it helped you other way.