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
  • ⚙️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
  • 📢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
  • 🧑‍💻 Support
    • Forget Password
Powered by GitBook
On this page
  • Setting up the Lists block:
  • Configurations to be done in the action block:
  • Header:
  • Body:
  • Footer:
  • Button name:
  • Error message:
  • Items:
  • Categories:
  • Variable:

Was this helpful?

  1. ACTION BLOCKS

List

PreviousJumpNextReply Button

Last updated 11 months ago

Was this helpful?

Shows a list of choices/items grouped according to categories in a drawer.

This action block serves as a quick method for users to make selections from a list of options. It is commonly employed as a more user-friendly and error-resistant alternative to the 'Option' block.

This feature is only supported on the WhatsApp channel

Setting up the Lists block:

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

  2. Search for the "List" action block and select it.

Configurations to be done in the action block:

Header:

An optional section of the message which can be used for greeting the user or for personalization.

Body:

Question-based text message is advised to provide users to provide a clear context when making choices from a list.

Footer:

An optional section which displays a text at the end of the message in grey colour.

Button name:

At the end of the message, a button will be shown which when clicked will show a list in drawer format. The name of the button can be customized as per choice.

Error message:

Displays an error message to the user in case of selection of an invalid option, click on the "Error message" box and enter desired text to customize the error message. Users have to then retry by entering a valid option.

Items:

This is where all the items intended for display in the list are defined. Each item includes the following information that can be entered:

  • Item name

  • Item description

  • Category - List of all categories that are created.

Categories:

Used for grouping of items for easy sorting. Multiple categories can be created in a single block.

Variable:

Whenever user makes a choice, the value can be stored in a varaible, and can be used in the chat flow later or for future reference.

This feature will only work if the link tracking checkbox is ticked.

🧩