Hi,
I am struggling with the SendInBlue API I am introducing in my application, which returns some information solely based on the HTTP status code.
I don’t understand why, but when the body of the response is empty, the HTTP/s block result seems to be null. I would have thought it returns an object with a status code and a body or an error message. Is that not the case ?
The only thing I found in the documentation on the block in the Codeless documentation is “optionally returns the server response”. Can you clarify the “optionally” and advise how to know if it’s a 404, a 200 or the such ?
Thanks