Let's say I would like to add a url in an email and when clicked it should fire-off a Flow. The URL should contain three parameters for the flow to work with.
I played around in flow with receiving HTTP requests (JSON body) and postman. This works fine. However I don't see how I can incoperate this into my scenario.
Does anyone have an idea?
So I think what I'm looking for is a plain URL contructed GET request to trigger a flow instead of a POST request with headers and body. Is this posible?
Thanks!