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
  • Ask Keyword Option
  • Overview

Was this helpful?

  1. BOTS
  2. Ask Questions

Ask Keyword Option

Ask Keyword Option

Enhance user engagement with Ask Keyword Option Card. Craft personalized questions and dynamic options for a user-friendly experience.

Who can use this Card?

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

  • Available on all Paid Plans.

Overview

In WhatsApp, the options are displayed as a number list of choices, but now you can use multiple keywords for each option, aside from the numbers.

This way the valid answer to this question could be the corresponding number or one of the corresponding keywords.

In the WooChat bot-builder, the Keyword Options looks just like a List Option, but when you start listing out the options, you'll be able to associate maximum of 10 keywords to each Option aside from the numbers (Which are provided by default as keywords).

The Ask Keyword Option Card has the field for Question Text, Options Type, Attempt, Validation Error Message, Action on Invalid Response, and Store response in the variable. Let's see what goes into creating the Keyword option by creating a self-service knowledge base bot.

Question Text

This is the space where you ask your customer the question or write the description like - "Which feature of WooChat you need help with?" The possibilities are endless.

The above text can be made Bold, Italic, or strikethrough using the options provided. The text will add the asterisk(*) for Bold, Underscore(_) for Italic text, and Tilde(~) for Strikethrough as shown in the text below.

Options Type

For the options, WooChat gives you the liberty of adding Static and Dynamic Options.

Static Options means the option will be fixed while the Dynamic options are capable of changing. If you have the dynamic values stored somewhere in your database, it can be accessed using .

You can add a maximum of 20 Options.

Below is the example of how you can add the Static Options. With the option text, you can add upto 10 keywords.

Make sure to add the keywords that are relevant with your customers.

For the Dynamic Options in Ask List Option, we have three fields - Variable to iterate, Path to ID, and Path to Title.

  • Variable to iterate: You have to add the name of the array here.

  • Path to ID: Add the path from your internal database in curly brackets.

  • Path to Title: Add the title in curly brackets like this {{first_name}}.

Attempt:

In this field, you have to add the number of times you would like to ask the same question to your customers when you get some other response.

Validation Error Message

This message is for the customer's when they respond randomly to the question you have asked. For Example: If the customer doesn't respond with the options, then you could send a message - Please choose from the above options or Choose from the options listed.

Action on Invalid Response

Store response in the variable

You can create or use the previously created variables to store the responses shared by your customers. If you are creating variables for the first time, all you have to do is type the Variables name in the box; it will ask to create the variable once you click on Create "Variable Name" as shown in the screenshot below.

Once you have set all the fields required and click on SAVE, the card will look like as shown in the screenshot below.

A sample flow using the Ask Keyword Option, Send Text, Delay, Jump to, and Unassign Conversation is as below:

PreviousAsk AddressNextAsk List Option

Last updated 9 months ago

Was this helpful?

This is for the Action you want to take when a customer gives an invalid response. You can either to continue with the flow.

End the Flow or Skip the question or Proceed to Fallback