📄️ HTTP Trigger Node
The HTTP Trigger node acts as the execution entry point for HTTP-triggered workflows. It captures incoming HTTP request data and maps the request Body, QueryString, and Headers to workflow variables. Use this node when workflows need to be invoked via external HTTP calls rather than chatbot interactions.
📄️ User Prompt Node
The User Prompt node acts as the execution entry point for a workflow. It captures the initial user-provided text input and emits it as a string value to downstream nodes. Use this node as the first node in any workflow that responds to user messages through the chatbot interface.