HTML Response
Last updated
Last updated
The HTML Response node is used to construct a HTML response which is returned to the client (web browser).
We recommend enabling SSR mode when using the HTML Response node.
This is the HTTP status code that will be sent with the response. It should be a valid HTTP status code.
This is the content of the response payload. It should be a string containing the HTML content that will be sent in the body of the response.
Returns the HTML content.
By combining the node, you can return dynamic web pages.