Love the tool, it’s super-useful. I have a usecase that I’ve not been able to create a solution for.
For an api request on a website, I’d like to allow the call to respond to the page, but also forward the response to an external webhook url for logging.
I believe it’s similar to the redirect function, but forwarding instead. Is this something that’s possible?
Thanks, @rob for creating the ticket, This should be possible with our Modify Response rule. You should choose the Programmatic response option and in the code editor, you can make an AJAX call and forward the response to your desired API endpoint.