Skip to main content
Question

HTTP Status in external requests

  • 6 March 2024
  • 3 replies
  • 225 views

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

Yes sir!

I’ve just added this as a feature request here: 

 

 


Yes sir!

I’ve just added this as a feature request here: 

 

 

Thanks! Just upvoted it :)

We worked around with this:

The Request fills a CUF. If the request fails the CUF remains empty. With a condition in front we check if the CUF has any value. If not, the flow abords.

We have to clear for that workaround the CUF at the beginning of the flow


Yes, that’s my workaround also!

 

 


Reply