Workflow endpoint url response 401

I’ve got a workflow that sends a notification as a test to see if the workflow gets triggered. When I copy and paste the url in the browser, the mobile app broadcasts a notification right away. So it works. No errors.

If I run the workflow in the editor, it also works without errors.

Now I copy the endpoint and paste it in a 3rd party app that has a webhook feature. The endpoint url gets called and the endpoint response is 401 Unauthorized. Is this because it does a post instead of get? Any ideas? :pensive:

I gave it another look. I thought maybe the url is incorrect. There is a copy button, but it copies the url without the environment param. You need to click the down arrow and click production or staging and use that url. Can’t believe I’ve been sitting on this for more than a week :man_facepalming:t2:

I hope this helps anyone who comes across the same error

1 Like