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 18 days ago
Respond to Webhook Node
β οΈ Limitations β Works with known restrictions, see details below
What It Does
Sends a custom HTTP response back to the caller of a Webhook trigger. Use it when you need to control the status code, headers, or body of your webhook's response.
Supported Response Modes
Options
- Response Code β Set any HTTP status code (100β599). Default: 200
- Response Headers β Add custom headers (e.g.,
Cache-Control,X-Request-Id). Header names are preserved as-is
Compatibility
Tips
- Place this node at the end of a branch that starts with a Webhook trigger
- Use JSON mode for API responses and Text mode for simple acknowledgements
- For file downloads, use Binary mode β the file is sent as one complete response
- Invalid JSON in the response body will show a clear error message with a preview of the malformed input
Status
This integration works on indie.money with known limitations. See the details above for specifics.