Response
Build structured API responses for workflow endpoints — define JSON body, HTTP status, and headers
Usage Instructions
Integrate Response into your workflow to send structured API responses back to callers. Use the builder mode to define the response structure, or the editor mode for raw JSON. This block is typically used as the last block in API-triggered workflows.
Tools
The Response block is a workflow block, not a standalone tool. It does not expose individual tool functions. Configure it with:
- Data Mode: Builder (structured) or Editor (raw JSON)
- Response Data: The response payload body
- Status Code: HTTP status code (default: 200)
- Headers: Custom HTTP response headers
Outputs
| Field | Type | Description |
|---|---|---|
data | json | Response data payload |
status | number | HTTP status code |
headers | json | Response headers |

