Aug 19 2018 08:07 AM
How can i create a link to a flow?
I want to activate a flow when a link is being pressed.
A link i can place anywhere...
Is this possible?
Aug 19 2018 08:44 AM
Aug 19 2018 09:05 AM
Aug 19 2018 09:13 AM
Aug 19 2018 09:47 AM
Aug 19 2018 09:47 AM
So, I just threw together a quick test. If you use the "Request" trigger, you can get a POST url that you can generate a Post somehow in your page, to trigger a flow. Here is the example.
Then I just had a simple Post command html page I whipped up on desktop and tested the submit button and it worked like a charm sending me the e-mail notification. The post redirects to the trigger page, but you might be able to come up with some jscript to do the post without redirect and all that. You can pass variables and all that via json as well if you want to get fancy with it, but I don't know your end result. When using this method you can't use connectors and all that, it's going to run with whatever the flow is setup as so keep that in mind.