Response
Answers the caller of a webhook. Only reaches the caller when the request asked to wait, with ?wait=1 or the header Prefer: wait=10.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
status | number | HTTP status, 100 to 599. Defaults to 200. | |
headers | hybrid | Headers as a JSON string, for example "{\"Cache-Control\":\"no-store\"}". Content-Type is filled in automatically. Webhook answers are text or JSON only: HTML, SVG, XML and script types are served as text/plain, and Set-Cookie is dropped. | |
body | string | What the caller receives, may contain {{expressions}}. |
Output
status, headers, body
Notes
The first Response node that runs decides the answer, and the flow still runs to the end. A caller that did not ask to wait always gets { ok: true }.