# Is it possible to redirect a webhook URL to a new URL

**URL:** https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974
**Category:** Questions
**Tags:** notion, webhooks
**Created:** [July 9, 2023, 2:53pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974 "2023-07-09T14:53:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PFP](https://avatars.discourse-cdn.com/v4/letter/p/6bbea6/32.png) [@PFP](https://community.make.com/u/PFP)
#### Post date: [July 9, 2023, 2:53pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974/1 "2023-07-09T14:53:07Z")

</div>

Hi all,

After a webhook has been triggered, instead of showing the “Accepted” page, I want the use to be redirected to a new page, for example a Notion page.

This way I can take some informations into account through the webhook and also redirect the use to a nice landing page. Specially handy for a customer satisfaction form for example.

Thanks in advance.

Kr,  
PFP

---

<div class="post-metadata">

### Author: ![Donald\_Mitchell](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/donald_mitchell/32/8749_2.png) [@Donald\_Mitchell](https://community.make.com/u/Donald_Mitchell)
#### Post date: [July 9, 2023, 3:24pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974/2 "2023-07-09T15:24:53Z")

</div>

Hello,  
You can use a Webhook response module for this.  
For the status code use something like 307 or 308.  
In advanced settings, add a custom header with the Key as “Location” and the Value is the URL you want to forward them to.  
You can search “Redirect Example” on this page for more info [Webhooks App Help Docs | Integromat Help Center](https://www.integromat.com/en/help/app/webhooks)

---

<div class="post-metadata">

### Author: ![Jeff\_Brady](https://avatars.discourse-cdn.com/v4/letter/j/73ab20/32.png) [@Jeff\_Brady](https://community.make.com/u/Jeff_Brady)
#### Post date: [August 1, 2023, 9:28pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974/3 "2023-08-01T21:28:49Z")

</div>

Thank you, @Donald_Mitchell. I’d like to redirect the user back to their individual member page - a dynamic URL, I guess - as opposed to a static one. Is this possible in the Webhook response module? Thank you for your help with the community!

---

<div class="post-metadata">

### Author: ![Donald\_Mitchell](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/donald_mitchell/32/8749_2.png) [@Donald\_Mitchell](https://community.make.com/u/Donald_Mitchell)
#### Post date: [August 1, 2023, 10:15pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974/4 "2023-08-01T22:15:46Z")

</div>

Yes, this is possible. Just use the variable in the Value of the Location key.

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/make/original/2X/5/52c0b5b30a6772c4fd357f708b4a2dd2eaadb908.png)

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [December 7, 2023, 5:21pm UTC](https://community.make.com/t/is-it-possible-to-redirect-a-webhook-url-to-a-new-url/12974/5 "2023-12-07T17:21:15Z")

</div>


