Webhook trigger returning 401

Hi,
I have set up a workflow with the trigger type set to Webhook. Based on the documentation and example provided, it seems like no authentication is required to trigger the webhook. However, when I try to send a request to the webhook URL, I receive a 401 Unauthorized response.

Is it possible to turn off authentication for webhook triggers in Tabidoo? If authentication is required, how do I properly authorize the request? The docs don’t mention any required headers or tokens.

Any help would be appreciated!

Hi,

thank you for your inquiry. We will edit the documentation. For webhook you need authorization with bearer token. Creating a token in Tabidoo is easy. Click on the User (icon) and if you have the Developer section enabled in the settings (User Account Settings - Tabidoo Help Center) → you will see the API. When you click on it, you will see the option to add an API token. You then copy this and use it for authorization


Regards,

Filip