Skip to main content

Return Response

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​

FieldRequiredDescription
Status CodeYesThe HTTP status code to return (e.g. 200, 201, 400). Default is 200.
HeadersNoCustom HTTP headers to include in the response. Click + Add header to add key-value pairs.
JSON BodyNoThe response body as a JSON object or raw text. Type @ to insert variables from previous steps.

Results​

The Results tab shows the response returned by the node after execution.

note

Type @ in the JSON Body field to reference variables from previous workflow steps. Example: {"success": true, "received": "{{trigger.body}}"}