Can a Workflow be Triggered by Accessing a URL?

This topic was automatically generated from Slack. You can find the original thread here.

Is there a way to trigger a workflow by going to a URL?

try once more

Is there a way to trigger a workflow by going to a URL?

looking into a bug with Pi executing, will let you know when it’s fixed

if you set the trigger of your workflow as a webhook if you navigate to the url it generates it will trigger the workflow

is there a way to pass a variable thru the URL?

Yes, although I don’t know that I understand what you’re trying to do. Are you trying to navigate to the url in a web browser or executing a request in code?

Well, for me, if I could pass a variable I can reduce a few steps in my workflow. Usually, I use ASANA, so I can pass the GID in the URL and skip having to find the task first.

I would recommend reading through those links. There are many ways to do this, the second link gives you a starting python script to send an http request that you can add whatever data to that you want