# Trigger webhook workflow within Glide

**URL:** https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403
**Category:** Ask for Help
**Created:** [February 28, 2025, 9:16am UTC](https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403 "2025-02-28T09:16:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Butler](https://avatars.discourse-cdn.com/v4/letter/b/ac91a4/32.png) [@Butler](https://community.glideapps.com/u/Butler)
#### Post date: [February 28, 2025, 9:16am UTC](https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403/1 "2025-02-28T09:16:02Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 28, 2025, 9:26am UTC](https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403/2 "2025-02-28T09:26:34Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Butler](https://avatars.discourse-cdn.com/v4/letter/b/ac91a4/32.png) [@Butler](https://community.glideapps.com/u/Butler)
#### Post date: [February 28, 2025, 9:40am UTC](https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403/3 "2025-02-28T09:40:51Z")

</div>

Hello Darren,

Thanks for the clarification!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 7, 2025, 9:41am UTC](https://community.glideapps.com/t/trigger-webhook-workflow-within-glide/80403/4 "2025-03-07T09:41:44Z")

</div>

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