Hey folks,
we are using a lot of external request with a REST API and we want to see or work with the error codes of the http status.
For instance, if everything is fine, we get an http 200.
When we have a internal server error from the rest backend we get an http 500 for example and want to send an error message to the chat.
Currently our workaround would be sending the error message in a valid json back, which is not intended to be done in REST Calls.
Because its not 100% possible in every use case.
So we want to have access to the http status while designing the flows and react with conditions to the flow
Thanks and best regards
Marc