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?