Skip to content

Basic Nodesยถ

Basic Nodes are the fundamental Nodes you will need to create a Flow.

  • Say


    Use the Say Node to send a message to the user on their current channel.

  • Question


    Use the Question Node to ask the user a question.

  • Optional Question


    The Optional Question Node works similar to the Question Node, except that the conversation can continue even if the question is not answered.

  • Send Text


    The Send Text Node outputs simple text.

  • Debug Message


    The Debug Message Node sends a debug message to the Interaction Panel.

  • Code Node


    The Code Node enables the execution of custom JavaScript or TypeScript code within the Flow.