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 Phone
  • Understanding "Ask Phone"
  • Ask as Text Essentials
  • Ask as Voice Essentials
  • Implementation Example:

Was this helpful?

  1. BOTS
  2. Ask Questions

Ask Phone

Ask Phone

Discover the power of the "Ask Phone" card in WooChat, enabling seamless collection of customer mobile numbers. Get insights on question text, response storage, validation settings, and more.

Who can use this Card?

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

  • Available on all Paid Plans.

Understanding "Ask Phone"

"Ask Phone" card in WooChat lets the bots ask your customers their alternate mobile number.

You can ask the customer a question as a Text or as a Voice.

Ask as Text Essentials

Before we start using Ask Phone Card, here are some things you need to know:

Question Text

This is the question you want to ask your customers. Make it clear and short so users know what you're asking.

The Question 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 around the text.

Ask as Voice Essentials

The Ask as a Voice feature in WooChat's Ask Text Bot Card lets users talk to submit their answers, making it easy and fun to interact.

You can either choose AI voice or a Record option.

For generating AI voice, you have to type in the Question Text, select the desired voice from the drop-down, and click on Generate Voice Button.

The Question text will be changed into voice. You can listen to it, change playback speed before saving the card to be used in the bot.

If you want to send a message in your voice, use Record option. Just press the record Button to record. To stop recording, click on Stop Recording.

PRO TIP: Use Variables in the Question Text and in the Validation Error Message to make it more personalized.

Implementation Example:

Imagine you are asking your customers for their Alternate contact number to reach out in case their primary number is not available. The Ask Phone question type with validation settings will make sure users give helpful responses within a specific character limit.

For the Question Text you can enter: "Kindly share your alternate contact number with us."

You have the option to store the user response in the variable. You can create a variable - user_alternate_contact for example to store the user response.

Now for the validation settings, you could provide the attempt limit as 1, Validation Error Message is optional. Provide the Action on Invalid Response, and turn on the Additional Validation Settings.

In the additional validation settings, provide the Regex - ^(+[0-9]{1,3}[- ]*)?[0-9]{10}$ to make sure that the user enters a valid phone number which matches the following criteria:

  • The contact number can start with a country code, which is a plus sign followed by one to three digits.

  • The contact number must be 10 digits long.

  • The contact number cannot contain any special characters.

Publish & Test the Card

To publish the flow, connect the card with the starting button and then click on Publish Button. To test the flow, click on Test Bot button to test on a WhatsApp Web Application or on your device.

In WhatsApp

This is how "Ask Phone" card would be on the WhatsApp Platform.

The above sample flow is for you to understand how "Ask Phone" Card works and it's usage. It is not a representation of what can be achieved with WooChat.

PreviousAsk NumberNextAsk URL

Last updated 9 months ago

Was this helpful?

To know about Storing User Responses, go to and know about validation settings .

Bot Essentials#creating-variables
here