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
    • Agent Report
    • AI Agent Report
    • Outbound Report
  • 🧑‍💻 Support
    • Forget Password
Powered by GitBook
On this page
  • Function of Condition Action Block:
  • Use case scenarios:
  • About Operators:
  • Types of Operators:
  • Adding a Condition:
  • Define the condition:
  • Choosing conditions:

Was this helpful?

  1. ACTION BLOCKS

Condition

PreviousSend an EmailNextImage Carousel

Last updated 11 months ago

Was this helpful?

Function of Condition Action Block:

Condition action block allows you to move to different paths of the conversation flow based on the conditions that are defined.

It gives you the ability to create multiple branches based on certain conditions, which have their own conversation flows.

Use case scenarios:

Following are few scenarios in which the branch action block can be used:

  • Let’s say you want to separate the flows for visitors speaking from developed countries vs developing countries.

  • When you want to branch the flow based on a keyword or phrase that the visitors have provided.

About Operators:

Operators are constructs which behave like functions and are used for comparison and logical conditions. Using operators in the branch action block allows you to compare the defined values with variables and accordingly navigate your visitors through the flow.

Types of Operators:

There are various operators that are supported by ReplyCX:

Adding a Condition:

  1. You can add the condition by clicking on the '+ Condition'. Search for the "Condition" action block and select it.

  2. Here you can customize the block as per your choice. Click on '+ Condition' to add new condition.

The maximum number of condition that you can add is 10.

  1. You can rearrange the branches by clicking and holding the up and down arrows.

  2. You can delete a branch by clicking on the trash icon.

Define the condition:

Click on condition to open the configuration window. You can configure the following details once the panel opens up.

  1. Variable: Click on the 'Variable' to open the drop-down list of the defined variables and select the variables based as per your preference.

  2. Operator: Click on 'Operator' to open the drop-down list of available operators and select the operator.

  3. Value: Define the value with which the variable value will be compared with. Here you can enter multiple values by hitting enter and they will be displayed as a chip.

Choosing conditions:

You can select either of the conditions from Any or All.

Any: System will route the visitors through this branch if any of the condition is met or holds true. All: System will route the visitors through this branch if all the conditions are met or holds true.

🧩