🤖
Alphi
  • Welcome to Alphi
  • Projects
    • 📗Creating a project
    • 🔗Allowed Hosts
    • 👥Collaborators
  • Flow Builder
    • Overview
    • ⚡Methods
    • 🎛️Parameters
    • 🧱Nodes
    • 👟Running
    • 🚀Environments
  • Connections
    • Overview
    • 🔑Add an API Key
    • 🔓OAuth Connections
  • Authentication
    • Overview
    • 🟡Outseta
    • 🔵Memberstack
    • 🟠Firebase
  • Nodes
    • 🌐HTTP Request
    • 🛣️Logic
    • 🗜️Flatten
    • 🪣Filter Keys
    • 🔤Format Keys
    • 🏷️Rename Keys
    • 🔩Drill Down
    • ⬅️Get Values
    • 🪄Set Dataset
    • ✨Set Property
    • 🍪Set Cookie
    • 🔑Set Connection
    • #️⃣Encode JWT
    • 🔢Decode JWT
    • 🖼️Render
    • 📜Ethereum - Verify Message
  • Response Nodes
    • 👾JSON Response
    • 🎨HTML Response
    • 🔗HTTP Redirect
    • 🚫Error
Powered by GitBook
On this page
  • Options
  • Status code
  • Content
  • Output
  • Helpful tips
  1. Response Nodes

HTML Response

PreviousJSON ResponseNextHTTP Redirect

Last updated 2 years ago

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.

Options

Status code

This is the HTTP status code that will be sent with the response. It should be a valid HTTP status code.

Content

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.

Output

Returns the HTML content.

Helpful tips

  • By combining the node, you can return dynamic web pages.

🎨
Render