ReplyCX Documentation
Login
  • ⛩️Welcome to ReplyCX Knowledge Base! 📚
    • ReplyCX Basics
  • ▶️GETTING STARTED
    • Building a Chatbot
    • Testing a Chatbot
    • Channel Configurations
    • Deploying a Chatbot
    • Utility Tools
  • 🧩ACTION BLOCKS
    • Overview
    • Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Condition
    • Image Carousel
    • Human Handover
    • Slider
    • Collect File
    • Delay
    • Form
    • Flow
    • Code-block
    • Options
    • Jump
    • List
    • Reply Button
    • AI Model
    • SET AI
    • Answer AI
    • AI AGENT
    • Webhook
    • Javascript
    • Send Status
    • Http Request
    • Dynamic data
    • Whatsapp flow
  • 🦾AI Studio
    • Building a GPT Chatbot
    • Knowledge Base
    • Training on historical live chat to generate response
    • Retrain frequency for URL data source
    • Custom Answers
    • Function Call
    • Prompts
    • Tokens
    • Setting up retrain
    • Advanced Crawling Criteria
  • ⛓️Integrations
    • Types of Integrations
    • Service Call
    • Google Sheets
      • Support for “Update Record” in Google Sheets
    • Codeblock
    • Google Calendar
    • Calendly
    • Zoho CRM
    • Hubspot
    • Dialog Flow
    • Events
    • Google Analytics
    • Freshdesk
    • Salesforce
    • Zapier
    • Airtable
    • Public API's
  • 🟢WhatsApp Business API
    • Prerequisites
    • WhatsApp Business API - Meta
    • Using a test WhatsApp Business API account
    • Product catalog on WhatsApp
    • Sync WhatsApp Template
    • Support for Carousel template message
  • Instagram
    • Using the Instagram Channel
  • 💬Live Chat
    • Overview
    • Saved Replies
    • Manage Saved Replies
    • Message status on live chat
    • Generating Response Using AI.
    • Rewriting existing response with AI
    • Labels
    • Managing Labels
    • Qualification details covered during a conversation
    • Settings
    • Filter conversations
    • Conversation History
    • Close a conversation
    • Related / Past Conversations
    • Elements on conversation card
    • Kind of Conversation Status
    • Copy Chat Transcript of a Conversation
    • Customize Live Chat Screen
    • Restart Conversation
    • Blocking Contacts
    • Agent status on live chat
    • Edit Variables in Closed Chat
  • ⚙️Troubleshooting
    • Variable Manager
    • Fallback Variables
    • Human Handover Configuration
    • Clone a bot
    • Preffered Image Dimensions
    • Working of Link Tracking
    • Setting up variables using trigger block
    • Availability of agents in Human Handover
    • Creating loop in the conversational flow
    • Requesting Edit Access
    • Cookies
    • Creating Custom Role
  • 📢Outbound Bots
    • Outbound Action Blocks
      • Delay
      • Send WhatsApp
      • Send SMS
      • Send Email
    • Building a One-Off Campaign
    • Building a Ongoing Campaign
    • Creating WhatsApp Templates
  • 📱Chat Widget Customization
    • Embedding Chat Widgets
    • Customize Chat Widget UI using CSS
    • Display Chat Widget in iFrame
    • Change Appearance
    • Chat widget 3.0
  • 🏦Account Management
    • Manage Teams
    • Manage Teammates
    • Manage Roles
      • Channel configuration Permission
    • Opt Out Management
  • 📊Reporting
    • Custom Reports
    • Contacts Feature Recap
    • Scheduling Contact Report
    • Weekly Reports and Interactions
    • Export a contact list
    • Tracking link clicks on chatbot messages
    • Agent Report
    • AI Agent Report
    • Outbound Report
  • 🧑‍💻 Support
    • Forget Password
Powered by GitBook
On this page
  • Different types of Buttons are:
  • Setting up the Buttons:
  • Some more features of Buttons:
  • Search:
  • Multi Select:
  • Buttons Layout:
  • Buttons Sorting:

Was this helpful?

  1. ACTION BLOCKS

Buttons

Customize your chatbot with buttons

PreviousCollect InputNextCarousel

Last updated 1 year ago

Was this helpful?

Buttons block allows a smooth conversation experience, making it simple for users to take control. Every click presents you with the opportunity to customize your journey by picking one path or several and creating an engaging dialogue that suits all needs.

Buttons make bots come to life, providing an interactive experience for users when interacting with websites or social media accounts.

Different types of Buttons are:

  • Branch - Move to a different path of the conversation flow.

  • URL - Open a web page and end the flow.

Buttons will perform either of the above functions at a time.

Maximum number of buttons that can be added is 10.

The buttons do not disappear after they are clicked on so, the user can return them at any moment during a conversation.

Setting up the Buttons:

  1. Add the action block on canvas by clicking ‘+’.

  2. Search for the "Buttons" block.

  3. Click on the 'Buttons 1' block to configure it.

  4. Defining Question: Depending upon the preference, you can either add a text message or a question that needs to be sent to the visitor for collecting input.

Using our rich text editor, you can format the text or the question that you want to send to the user.

You can also add emojis to make the conversation more casual and friendly.

  1. Defining buttons: You can either add a Branch button or URL button based on your preference. Let’s have a quick look about how these buttons can be configured.

  2. Branch Button: Selecting and configuring the branch button will allow the user to navigate visitors to different flows based on the selection.

  3. In-order to rename the button, you need to double click on it and give the appropriate name.

  4. Adding extra buttons: By clicking '+ Branch Button' multiple buttons will be added.

  5. URL Button: Adding a URL button will allow you to navigate your visitors from one page to another either in the same tab or in a different tab. You can add multiple URL buttons by clicking on '+ URL Button'.

  6. To configure the URL button, you can follow the steps below:

    1. Click on the 'Link Icon' displayed on the left of the button.

    2. Copy or Paste the Link / URL you want the visitor to be navigated to.

    3. There are two options where you want your webpage to open in a new tab or in the same tab.

    4. Click on tick button to set the website link in the URL button.

Some more features of Buttons:

To explore the advanced features of the Buttons block, click on Advanced Settings.

Search:

When enabled, a search box appears above the list of buttons, allowing users to quickly locate their desired option.

This feature is particularly useful for managing extensive lists of buttons.

Multi Select:

This feature enables users to select multiple buttons simultaneously. Once the necessary buttons are chosen, users can proceed to the next step in the chat flow by clicking 'Send'.

When multi-select is used, the flow will consistently proceed to the 'Default' branch.

When employing variables for multi-select, all values will be saved in a comma-separated format, such as 'small, medium'.

Buttons Layout:

Displays the button in the designated style:

  • Horizontal – Buttons are placed side by side based on the available space.

  • Vertical – Each item is shown on a separate 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.

🧩