make url available in error handling on http / integration modules
complete
Simon Langham
We have set up a generic error handler for one of our customers.
This writes the errors into their CRM via an api.
It would be really useful to be able to pick up on the url in http / api call responses so it can be used in the generic error handling methods etc.
At the moment we have to edit each copy of the error handler method to update the url being passed to the error handling webhook.
In a perfect world this could also be combined with being able to call modules from multiple sources
Log In
Tereza Klobouckova
complete
Hello Simon Langham
I believe this has been resolved by adding error message into the "detail" parameter in the output, that can be mapped in error handlers as well.
Thank you and happy automating
Tereza