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.