#392·noodle

REST request response fails if no object.

Author: rjamesnwCreated Mar 15, 2025Updated Mar 15, 2025

Describe the bug A REST response does not have to have data. Sometimes a 200 response is all that is needed. N8N by default sets the response to 200 and no data. Currently, the success event is never triggered on the REST node until I set N8N to respond with an empty object.

To Reproduce Steps to reproduce the behavior:

Straightforward.

Expected behavior An API that response with no data should still trigger success or failure based on codes alone.