Trigger webhook workflow within Glide

Hello Everyone,

We have a Make plan, is it possible to trigger a Glide Webhook Workflow with a user action ‘trigger webhook’ within the app?

I have been trying but got the 401 error unauthorized. In my trigger webhook I pasted the webhook URL and passed as parameter Authorization as key and “Bearer TOKEN” as value.

Am I missing something or does it only work with a call API ?

Thanks in advance
Thomas

Authorization needs to be passed in the request header. Trigger Webhook does not provide that option, so yes, you would need to either use Call API or make the webhook unauthenticated.

1 Like

Hello Darren,

Thanks for the clarification!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.