WotNot Help Center
Create a ticketBook a demoProduct
  • 👋Welcome!
  • 🏁Getting Started
    • Building a chatbot
    • Testing a chatbot
    • Publishing your bot
      • Web
        • Embed chatbots on website
      • WhatsApp
        • Meta
        • 360Dialog
        • Twilio
        • GupShup
        • TechAlpha
      • Instagram
      • Facebook Messenger
      • SMS
      • Mobile app
      • API
    • Utility Tools
    • Contacts
      • Scheduling a Contact Report
      • Exporting a Contact List
      • Blocking contacts
    • Chatbot Appearance
      • Custom CSS
      • Image dimensions
      • Pop-up messages
  • ⚒️Bot builder
    • Action blocks
      • Trigger
      • Send message
      • Collect input
      • Buttons
      • Reply buttons
      • Carousel
      • Agent
      • Answer AI
      • Set AI
      • Send an email
      • List
      • Condition
      • Talk to human
      • Dynamic data
      • Javascript
      • Collect file
      • Form
      • Webhook
      • Flow
      • Jump
      • Options
      • Calendar
      • Delay
      • Codeblock
      • Slider
      • Image gallery
      • Send WhatsApp
      • Send SMS
      • Send Email
      • Send Status
      • WhatsApp flow
      • Catalogue
    • Outbound bots
      • Building One Off Campaign
      • Building Ongoing Campaign
    • Variables
    • Cloning bots
    • Requesting edit access
    • Connecting action blocks
    • Creating a loop
  • ✨AI Studio
    • Building a GPT chatbot
    • Knowledge base
    • Custom Answers
    • Functions
    • Prompts
    • AI credits
    • Refresh frequency
  • 💬Live Chat
    • Overview
    • Building a bot with live chat
    • Creating views
    • Adding labels
    • Saved replies
    • Settings
  • 🔗Integrations
    • Overview
    • HTTP request
    • Ready integrations
      • Google Calendar
      • Google Sheets
      • Google Analytics
        • Using Javascript
      • Salesforce
      • HubSpot
      • Calendly
      • Slack
      • Airtable
      • Zendesk
      • Freshdesk
      • DialogFlow
      • Zoho CRM
    • Events
    • Zapier
    • Public APIs
  • 💬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
    • Overview
    • Chatbot Report
    • Agent Report
    • Outbound Report
    • Link analytics
    • Weekly email report
  • 🛠️Troubleshooting
    • Getting notification for leads
    • JS functions to trigger chat widget
    • Opt-out management
    • Setting up link tracking
    • How do I hard refresh my browser?
    • Cookies
    • Notifications
    • Tracking Facebook Pixel
    • Setting up SSO login
    • Inviting teammates
    • Teams
  • 🧑‍💻Support
    • Creating a ticket
    • Book a demo
    • Purchasing 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

Was this helpful?

  1. Bot builder
  2. Action blocks

Buttons

PreviousCollect inputNextReply buttons

Last updated 3 months ago

Was this helpful?

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.

You can also use 'mailto:hello@example.com' and 'tel:+919999999999' to open the email client or phone dialer when the button is clicked.

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