I'm currently in the process of setting up Kratos ...
# talk-kratos
q
I'm currently in the process of setting up Kratos with webhooks. We have a special use-case where we want to mutate the return url, and attach a url query param to the return URL. AS Webhooks can mutate the user data upon e.g. registration, I thought webhooks can also mutate flow data, so that i could change the return url. After having tried to mutate the flow return url and returning the body to kratos (where the parse flag is set to "true" ) I found that kratos does not take the new return URL. Is it the case that a webhook can not mutate flow information? Or am i just too dumb and didn't find it in the docs