Http Out
Returns the response to an Http Request received from the Http In node.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Input
- Body - Response payload or data (in the format you specify in the Headers option).
- Headers - HTTP response headers.
- Custom Headers - Custom HTTP response headers.
- Cookies - HTTP response cookies.
- Custom Cookies - Custom HTTP response cookies.
- Attachment Path - Path of the file to attach to the response.
- Status Code - HTTP status code.