Web Response
Node: Web Response
Section titled “Node: Web Response”This node allows you to customize what Floogos returns when a flow is triggered by Webhook.
Function
Section titled “Function”Responds with a defined status code, body, and headers to the client that calls the Webhook.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| code_response | Select | HTTP status code to return (e.g., 200, 400) |
| body_response | Text | Content in JSON or plain text |
| headers | JSON | Additional HTTP headers (optional) |
Common Uses
Section titled “Common Uses”- Custom confirmations after receiving events
- Return formatted data to external systems