Response
Build structured API responses for workflow endpoints — define JSON body, HTTP status, and headers
Инструкция по использованию
Интегрируйте Response into your workflow в send structured API responses back в callers. Use builder mode в define response structure, or editor mode для raw JSON. This block is typically used as last block в API-triggered workflows.
Инструменты
Блок Response является блоком рабочего процесса, а не самостоятельным инструментом. Он не предоставляет отдельных инструментальных функций. Настройте его с помощью:
- Data Mode: Builder (structured) or Editor (raw JSON)
- Response Data: The ответ payload body
- Status Code: HTTP статус code (default: 200)
- Headers: Custom HTTP ответ headers
Outputs
| Field | Type | Description |
|---|---|---|
данные | json | Response данные payload |
статус | номер | HTTP статус code |
headers | json | Response headers |

