Configuration
| Field | Required | Description |
|---|---|---|
| Status Code | Yes | The HTTP status code to return (e.g. 200, 201, 400). Default is 200. |
| Headers | No | Custom HTTP headers to include in the response. Click + Add header to add key-value pairs. |
| JSON Body | No | The 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.Type
@ in the JSON Body field to reference variables from previous workflow steps. Example: {"success": true, "received": "{{trigger.body}}"}