Docs
  • Overview
    • 👋Welcome to Orimon AI
  • Product Guides
    • 🤖Create A Bot
      • đŸĨLeads Generation & Support Bot
      • đŸ’ŗE-Commerce Specialist Bot
    • đŸ“ĒFlag and Train
    • âš™ī¸Setting up Bot Appearance
      • 🎨Setting Theme Color
      • đŸ’ŦSetting Message Bubble
      • 🎓Setting Bot Header
      • đŸ—¯ī¸Setting Trigger Icon
      • 📩Setting Welcome Message
      • â—€ī¸Setting Fallback Message
      • đŸŗī¸Disable Branding
      • đŸ—’ī¸Setting Lead Form
      • âš ī¸Setting Up Conversation Triggers
      • ⚡Adding Quick Replies
      • 📎Custom Query Placeholder
    • ✨Setting Up Conversational Leads
    • 🙋Setting up Live Chat
      • âš™ī¸Configuring Live chat
      • đŸ—Ŗī¸Transferring To Live Agent
      • đŸ’ģLive Chat Agent Screen
      • đŸ›Ŗī¸Live Chat Process
      • 🕔Operational Hours
      • âšī¸Disable AI
      • 👉Join Active Chat Room
    • đŸ’ŊBot Model
    • đŸŒĄī¸Bot Temperature
    • 🛑Quota Limits
    • 🎭AI custom prompt
    • 🔑Bring your openAI key (BYOK)
    • Workflows
      • đŸ—’ī¸Text Node
      • 🔗Action Node
      • 🔀Condition Node
      • Dynamic Variables
  • Fundamentals
    • 🧑Inviting Members
    • âŦ‡ī¸Install the Dashboard App
    • đŸĻBilling and Subscription
      • 🔔How do I subscribe?
      • 🔋How to buy additional quota for my plan?
      • 📈How do I upgrade my plan?
      • ⛔How do I cancel my plan?
      • â™ģī¸How do I renew my plan?
  • Integrations
    • đŸĒWebhook
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸĒ¸Hubspot
    • đŸ‘ĨSalesForce
    • 📗Google Sheets
  • Channels
    • đŸ—Ŗī¸Setting up Channels for Messages
    • 📩FaceBook Messenger
    • đŸŸĸWhatsApp
      • đŸ’ŗAdd Payment Method
    • đŸĒ›DIY Website Building Tools
    • đŸŸĻTelegram
    • 📰WordPress
    • 🌐Website Integration
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸ‡Ģ🇴Slack
    • 🎮Discord
    • đŸ‡Ģ🇲MS Teams
  • Templates
    • 🤝Book a Meeting
  • White-Labelling
    • đŸŗī¸Getting Started
    • 🤖Chat-Bot White Labelling
    • 🔰Dashboard White Labelling
    • 📧Email White Labelling
  • developer API
    • 🔍Getting Started with APIs
    • âœ‰ī¸Message API
Powered by GitBook
On this page
  • 1. Creating a new node
  • 2. Adding a new message
  • 3. Linking to a new node
  • 4. Form data sharing

Was this helpful?

  1. Product Guides
  2. Workflows

Text Node

This is a guide for creating and using a text node.

PreviousWorkflowsNextAction Node

Last updated 3 days ago

Was this helpful?

1. Creating a new node

  • Click the Add new node button in the top-right corner to begin defining a new workflow element.

  • From the dropdown, select Text node—this creates the container for your first messages.

  • A blank text node will appear at the start of the canvas, acting as a placeholder for your content.

  • Drag the node to any location on the canvas—its position will be saved automatically.

2. Adding a new message

  • Inside the text node, click Add a new message to launch the Message Builder.

  • The Message Builder interface loads, offering intuitive tools to craft and preview your content.

  • Choose the message format that best suits your needs (e.g., plain text, buttons, form fields, or carousel).

  • Click Save in the bottom-right corner to commit your message and return to the workflow canvas.

NOTE: You can add multiple messages of different types in the same node. However, these messages will appear in-sequence in the chatbot when the workflow is getting executed.

3. Linking to a new node

Once your message is saved, locate the handle that appears at the end of any button you added—this connector lets you define the next step in the workflow. If you haven’t added a button yet, consider doing so now to follow along with this guide and visualize the linking process.

To link two steps, just click the little circle with a line on the first step, drag your cursor to the circle on the next step, and release. A line will then appear between them, letting you know they’re successfully connected.

NOTE: Connectors linking your current text node to another node are only exposed on interactive elements. – Text message: connectors appear on each button expect link button type. – Form message: connectors are attached to the submit button. – Carousel message: connectors reside on the global navigation control, not on individual item buttons. Full support for per-item carousel connectors will be available in future releases.

4. Form data sharing

Values submitted through a text node’s form propagate only to the node directly linked by that form’s submit button. Nodes further downstream that aren’t directly connected via that submit handle will not receive the data. To inspect the shared data, Click the eye icon on the connector edge to open the Shared Data panel and review the submitted JSON form payload.

NOTE: To access a form’s output in the immediately connected node, wrap the field key in double curly braces. Eg: if your form input is named name, include {{data.name}} in the next node to inject that value. Below is an attached screenshot for your reference.

đŸ—’ī¸
Workflow canvas with an empty text node
Text node with a message
A text node with a button signifying a handle
A text node with a form submit button signifying a handle
Shared Data panel on an edge connected from text to any node