Respond to Webhook Node
Send a custom HTTP response to a webhook trigger. Supports JSON, text, binary, redirect, and more. JWT mode not supported.
Written By pvdyck
Last updated About 3 hours ago
Respond to Webhook Node
The Respond to Webhook node sends a custom HTTP response back to the caller of your Webhook Trigger.
Parameters
Respond With Modes
Redirect Mode Parameters
Options
Limitations
- JWT mode not supported -- Cannot generate JWT tokens for webhook responses
- No streaming -- Binary data is returned as a complete response; chunked/streaming transfer is not supported
Tips
- Place this node at the end of your webhook workflow to control exactly what the caller receives
- Use "No Data" with status 204 for fire-and-forget acknowledgments
- Set appropriate
Content-Typeheaders when returning non-JSON data