CX Genie
  • Introduction
    • 🤖General Features
  • Dashboard
    • Overview
  • Bots
    • General Information
    • Training Data
      • FAQs
      • Articles
      • Documents
      • URLs
      • Connect with database
      • Connect E-Commerce Store
    • Bot's Knowledge
    • Workflow
      • Module Explaination
      • Dynamic Variables Explaination
      • Trigger Workflow Condition
      • Workflow Components
        • Text and Image Button: Create Text and Image message
        • Message with actions
        • Saved flows
        • Collect feedback
        • Notify agent
        • Form submit
        • Turn off auto-reply
        • Close conversation
        • Recap chat message
        • Frequent Questions
        • Capture Customer Info
        • Create Ticket
        • Auto-tagging
        • Queue list
        • Auto-assign Agent
        • Condition
        • AI API
        • API Call
        • Connect to database
        • Route
    • Settings
    • Launch bot
    • Prompt and Models
    • Webhook
    • Platform Integration
      • WordPress
      • Shopify
      • Big Commerce
      • Magneto
      • Discord
      • Slack
      • Telegram
      • Facebook
      • Instagram
      • Zalo
      • WhatsApp
    • Contacts
  • Bot's Learning
    • Bot learns from Conversations
    • Unanswered Questions
    • Connect with previous chat history for the bot to learn
  • Live Chat
    • Overview
    • List of Conversations
    • Tools of the Conversation
    • Tools
    • Chat settings
    • AI Actions
  • Ticket (Subcription Feature)
    • Ticket List
    • Create Ticket(s)
    • Edit / Update the Ticket
    • Merge Ticket
    • Ticket Settings
  • Marketplace
    • Custom Authentication V2.0
    • Product Data Sync-up
      • E-commerce Store
      • Product Data
    • White Label
    • Help Desk
    • Form Builder
  • Main Flow
    • How AI handles incoming messages.
    • Bot Learns from Conversations by Editing Auto Suggestions
    • Bot learns from conversations immediately
  • Create your chatbot by using templates
    • SAAS Template
    • Agency Template
    • F&B Template
    • E-commerce Template
    • From a Scratch
  • Others
    • Chatbot Completion
    • Escalate to a Human Agent
  • Help Desk
    • Chat/tickets
    • Team
    • View
    • Report
    • Settings
  • Categories & Tags
    • Categories
    • Tags
  • Settings
    • General
    • Members & Permission
    • Subscription
    • Activity logs
  • Referal
    • Referal of CX Genie
  • Mailbox
    • How to integrate
Powered by GitBook
On this page
  1. Bots
  2. Workflow
  3. Workflow Components

Route

PreviousConnect to databaseNextSettings

Last updated 2 months ago

This section will allow you to use the previously attached variables and categorize them for tracking the information.

We currently have several variables available for classification based on your needs. First, you need to input values for these variables, which can be collected in various ways. Additionally, we provide a field for gathering information directly from your customers.

  • {{Customer.name}}: Assign a name to a variable.

  • {{Customer.access_token}}: Assign a dynamic value in fetching and inserting as a variable.

  • {{Customer.email}}: Assign an email to a variable.

  • {{Customer.phone_number}}: Assign a phone number to a variable.

  • {{Message.content}}: Assign a message content to a variable.

  • {{Customer.country}}: Assign a country to a variable.

For example, let's use the input variable {{Customer.country}}. By entering their country, the chatbot can identify the user's location and assign it to the appropriate variables, categorizing it into the previously established fields. If the user is from Europe, Asia, Africa, or Oceania, the chatbot will respond with the message, "From GMT+0 to GMT+12." If the user is from South America, North America, or Central America, it will respond with, "From GMT-12 to GMT-0." However, if the user does not meet either of these conditions, the chatbot will ask, "Where are you from? Tell me your GMT." (All the messages in the example are just for testing; you can freely set them up.)