Skip to main content
The Return Response node sends a custom HTTP response back to the caller. Use it in webhook-triggered workflows where you need to control the response status, headers, and body returned to the requesting service.

Configuration

Results

The Results tab shows the response returned by the node after execution.
Type @ in the JSON Body field to reference variables from previous workflow steps. Example: {"success": true, "received": "{{trigger.body}}"}