m-chat
Status
  • 👋Welcome!
  • 🏁 Getting Started
    • Building a chatbot
    • Testing a chatbot
    • Publishing your bot
      • Web
        • Embed chatbots on website
      • WhatsApp
        • Meta
        • 360Dialog
        • GupShup
        • Twillo
        • TechAlpha
      • Instagram
      • Facebook Messenger
      • SMS
      • Mobile App
    • Utility Tools
    • Contacts
      • Scheduling a Contact Report
      • Exporting a Contact List
    • Chatbot Appearance
      • Custom CSS
      • Image dimensions
      • Pop-up messages
  • BOT BUILDER
    • Action blocks
      • Trigger
      • Send message
      • Collect input
      • Buttons
      • Reply buttons
      • Carousel
      • Answer AI
      • Set AI
      • List
      • Send an email
      • Condition
      • Dynamic data
      • Talk to human
      • Javascript
      • Webhook
      • Jump
      • Flow
      • Options
      • Collect file
      • Form
      • Calendar
      • Delay
      • Codeblock
      • Slider
      • Image gallery
      • Send WhatsApp
      • Send SMS
      • Send Email
      • Send Status
      • WhatsApp flow
      • Catalogue
    • Outbound bots
      • Building Ongoing Campaign
      • Building One Off Campaign
    • Variables
    • Cloning bots
    • Connecting action blocks
    • Creating a loop
  • ✨ AI STUDIO
    • Building a GPT chatbot
    • Knowledge base
    • Custom Answers
    • Functional call
    • Prompts
    • Tokens
    • Refresh frequency
  • 💬 LIVE CHAT
    • Overview
    • Building a bot with live chat
    • Creating views
    • Adding Labels
    • Saved replies
    • Settings
  • 🔗 Integrations
    • HTTP request
    • Events
  • 💬 WhatsApp Business API
    • Getting a WhatsApp API
      • Getting WhatsApp API (Old approach)
      • Sandbox WhatsApp API
    • Facebook Business Manager (FBM) Verification
    • Creating a WhatsApp Template
    • Cost
    • Messaging Limits, Quality Rating
    • Official Business Account (Green tick verification)
  • 📊 Reporting
    • Chatbot Analytics
    • Agent Analytics
    • Outbound analytics
    • Link analytics
    • Weekly email report
  • 🛠️ Troubleshooting
    • Getting notification for leads
    • JS functions to trigger chat widget
    • Setting up link tracking
    • How do I hard refresh my browser?
    • Notifications
    • Tracking Facebook Pixel
    • Inviting teammates
    • Teams
  • 🧑‍💻 Support
    • Creating a ticket
    • Book a demo
    • Purchase a subscription
    • Cancelling a subscription
    • Refund policy
    • Reset Password
    • Deleting account
Powered by GitBook
On this page
  • Question
  • Options
  • Branch buttons
  • URL buttons
  • Variables
  • Some more button settings
  • Search
  • Multi-select
  • Buttons layout
  • Buttons sorting
  1. BOT BUILDER
  2. Action blocks

Buttons

PreviousCollect inputNextReply buttons

Last updated 6 months ago

Buttons offers a rich UX for users by showing them a list of predefined options to choose from. This makes the chat more conversational

The button action block is made up of 3 things:

Question

A question that explains the user to choose from the list of buttons displayed.

For example, “What do you need assistance in?”.

Options

Along with the question, we show a list of pre-defined options that the user can choose from.

These buttons are generally of two types:

Branch buttons

Adding a branch button, adds a grey color node on the canvas. Using this node you can create different paths for each button in the chat flow.

For example, you can have a question like “How often do you shop online?” with the buttons,

  • Every other day

  • Once in a week

  • Once in a month

  • Rarely

NOTE: You can add up to 10 buttons only.

URL buttons

Adding a URL button, allows you to open a webpage when that button is selected.

For example, you can have a button which says “Read case study” which when clicked opens a webpage on a new tab.

Variables

Variables are used to store the button selected by the user, so you can reference it for later use.

You can either choose an existing variable from the dropdown or create a new one.

Some more button settings

Search

Enabling it shows a searchbox on top of the list of buttons, so that users can easily find the option they are looking for.

This is really helpful when you have a huge list of buttons.

Multi-select

Allows the user to select multiple buttons at a time. After choosing the required buttons, user would need to hit “Send” to proceed to the next step in the chat flow.

When using multi-select, the flow will always route to the “Default” branch.

When using variables for multi-select, all values will be stored in a comma separated format i.e. “Fever, cough”.

Buttons layout

Renders the button in the specified format:

  • Horizontal – Horizontal placement of buttons as per available space.

  • Vertical – Each item is displayed in a new line.

Buttons sorting

You can choose to sort the list of buttons in the following order:

  • A - Z – In an ascending order starting from A.

  • Z - A – In a descending order starting from Z.

  • Random – Button list will be randomized

  • As defined – The order as displayed in the action panel.

Learn more about variables here.