How can I customize webhook response

I have a scenario that starts with fetching data via a webhook. After that is a HTTP module that generates a unique payment link which I want to feed into the webhook response.

Everytime the scenario runs there’ll be a new link which i want the webhook to redirect to. I’ve tried doing this but when I map the link in the webhook response module it just ignores it and shows accepted instead.

Hey @Tammy

Here’s how you can redirect webhook request:

Thank you, let me try that and see how it works.

It’s not working. It just says Accepted still. I changes the webhook url and it still just says accepted instead of linking to the URL.

Can anyone please help with this?

Hi there, @Tammy
I’ve tried the following, and worked:

Resource: How To Redirect to Another Webpage

1 Like