WooChat Docs
Login
  • 👋Welcome to WooChat Docs
  • GET STARTED
    • Signup
  • Connect WhatsApp Channel
    • Pre-requisites
    • Connect your WhatsApp
    • Meta Business Verification
    • Apply for WhatsApp Green Tick
    • Messaging Limits & Quality Ratings
    • WooChat Account Setup FAQs
  • CONVERSATIONS
    • WooChat Conversations Glossary
    • Inboxes
    • Team Inbox
    • Initiate a New Chat
    • Compose Box
    • Manage Inbox
    • Quick Replies
    • WooChat Conversations FAQs
  • Audience
    • WooChat Contact Glossary
    • Add Contact
    • Tags
    • Contact Segments
    • Field Collection
    • Contact Updation
    • Contact Deletion
    • Marketing Opt-In
      • Marketing opt-in on contact creation
      • Marketing opt-in Handling Methods
      • Marketing opt-out Management
  • BOTS
    • WooChat Bot Glossary
    • Bot Essentials
    • Bot in WooChat
    • Flow in the Bot
    • Send Card
      • Send Text
      • Send Media
      • Send Collection
      • Send Voice
      • Send Products
      • Send Template
      • Send Form
      • Send Payments
      • Send Location
    • Ask Questions
      • Ask Text
      • Ask Date
      • Ask Email
      • Ask Number
      • Ask Phone
      • Ask URL
      • Ask File
      • Ask Location
      • Ask Button Option
      • Ask Address
      • Ask Keyword Option
      • Ask List Option
      • Ask Collection List
      • Ask Form
      • Ask Payments
    • Bot Utilities
      • Send Button Option
      • Send List Option
      • Delay
      • Condition
      • Set Variable
      • Jump to
      • Switch
      • AI node - GPT Dialog
      • AI node - GPT Knowledge Base
      • Working hours
      • Hint
    • Bot Actions
      • Assign Conversation
      • Unassign Conversations
      • Resolve Conversations
      • Update Conversation Fields
      • Update Contact Fields
      • Update Company Fields
      • Push to Sequence
      • Add Note & Mention
    • Set up Default Bot
    • Bot Management
    • WooChat Bot FAQs
  • Whatsapp Campaigns
    • WooChat Campaigns
    • Select Audience
    • Select Template
    • Review and Send Campaigns
    • Campaigns Analytics and Report
    • WooChat Campaigns FAQs
  • ACCOUNT MANAGEMENT
    • Account Essentials
    • User, Teams, and Roles
    • Account Details
  • Pricing & Billing Modules
    • Conversation Pricing
    • Message Credits
    • Billing & Subscriptions
    • FAQs
  • Whatsapp Templates
    • WhatsApp Templates
      • Template Creation and Editing
      • Custom Marketing and Utility Templates
      • Product Marketing Templates
      • Order Details Template
      • Carousal Template
      • WhatsApp template URL tracking
      • FAQs - WhatsApp Template Messages
  • DEVELOPER RESOURCES
    • API Key
    • API Docs
  • Privacy and Security
    • Data Security and Infra
    • Security FAQ
    • Subprocessors
  • EXTRAS
    • WhatsApp Business API - Unsupported Messages
    • Understanding Message Delivery Issues on WhatsApp
    • WhatsApp’s New Per-user Messaging Limits
Powered by GitBook
On this page

Was this helpful?

  1. BOTS
  2. Bot Utilities

Condition

Condition

earn how to use condition logic to split your chat-flow based on specific conditions. Set up the condition block with variables, operators, and values. Use AND or OR logic to add multiple conditions.

Who can use this Card?

  • WooChat Users having permission to either build and deploy bots or manage bots.

  • Available on all paid plans.

Overview

Condition logic allows you to split the chat-flow based on the conditions you want.

Each condition logic has two outputs - On Success and On Interrupt.

Setting the Condition Block

The condition card consists of Comparator (Variable), Operator (condition), the Value, and the AND & OR Logic (To add more than one condition)

In the Comparator, you have to fill the variable that is saving the user's response.

In the Operator, you have to fill the condition that will be checked.

After Setting the condition, you will have to add the value that you want to check against the comparator (variable).

Using AND or OR Logic

These are used in case you want to add two or more conditions.

Follow the GIF below:

The Condition card has On Success and On Fail Conditions which you can use to move forward with the chat-flow.

PreviousDelayNextSet Variable

Last updated 9 months ago

Was this helpful?