WhatsTool Business
Signup / LoginSupportBlog
  • Get started with WhatsTool Business
  • 📌WHATSTOOL BUSINESS
    • Create an account in WhatsTool Business.
    • How to connect your number to WhatsApp API ?
    • WhatsTool Business Demo - Complete Walkthrough
    • Quick Short Videos
  • 📖Meta Guide
    • Q&A Best Practices
      • 1. How to verify facebook business account ?
      • 2. How to see quality score ?
      • 3. How to apply for green tick ?
      • 4. How often phone number status changes ?
      • 5. What are the types of error code for failed message ?
      • 6. How to request review to enable the business manager account ?
      • 7. Template guidelines
      • 8. How to Edit display name and delete the Whatsapp API Number ?
      • 8. How to disable 2FA in the Meta
    • Frequently asked questions
    • Q&A Best Practices
  • 🈁CHATS
    • WhatsTool Business Chats Guide
    • Shared Inbox
    • Reply Box
    • Q&A Best Practices
      • 1. How to initiate a new chat ?
      • 2. How to send a template ?
      • 3. How to send a catalog product ?
      • 4. How to send a quick reply ?
      • 5. How to request payment ?
      • 6. How to add private note ?
      • 7. How to assign label, team member & status in chat ?
      • 8. How to send multiple media in chat ?
      • 9. How to assign labels, custom field & status in bulk ?
      • 10. How to use click to chat ?
    • Efficiently using Chats
  • 📕CONTACTS & CRM
    • WhatsTool Business Contacts guide
    • Features
      • Labels
      • Custom Field
      • Status
      • Quick Reply
    • Q&A Best Practices
      • 1. How to import CSV to add Contacts ?
      • 2. How to add contacts manually ?
      • 3. How to start campaign by selecting contacts ?
      • 4. How to edit the contacts ?
    • Efficiently using Contacts & CRM
    • Frequently asked questions
  • 📣CAMPAIGN
    • WhatsTool Business Campaign guide
    • Broadcasting the message
    • Campaign Analytics
    • Q&A Best Practices
      • 1. How to create a campaign ?
      • 2. How to schedule a campaign ?
      • 3. How to send session message in bulk ?
      • 4. How to retarget the customer using analytics ?
    • Efficiently using the Campaign
    • Frequently asked questions
  • 🤖BOTS
    • WhatsTool Business Bot guide
    • Ask Questions
      • Ask Email
      • Ask Text
      • Ask Date
      • Ask Number
      • Ask Address
      • Ask URL
      • Ask Location
      • Ask Phone
    • Bot Actions
      • Assign Conversation
      • Update Contact Fields
      • Unassign Conversations
      • Update Conversation Fields
    • Set up Default Bot
    • Q&A Best Practices
      • 1. How to create my customise bot message ?
      • 2. How to get the feedback using the bot and retrieve the data in Google sheet ?
    • Efficiently using the Automation
    • Frequently asked questions
  • 🛒COMMERCE
    • WhatsTool Business Commerce guide
    • Connect the Catalog with Meta
    • Q&A Best Practices
      • 1. How to connect my catalogs in WhatsApp API ?
      • 2. How to create a catalogue ?
      • 3. How to add product items to catalogue ?
    • Frequently Asked Questions
    • Efficiently using the Ecommerce
  • 📄TEMPLATES
    • WhatsTool Business Templates guide
    • Q&A Best Practices
      • 1. How to create a template ?
    • Efficiently using Templates
    • Frequently asked questions
  • 🛠️SETTINGS
    • WhatsApp API Number
      • 1. How to update the whatsapp profile ?
    • Manage Team
      • 2. How to add team member in WhatsTool Business ?
      • 3. How to assign team member in assignment rule ?
    • Media Gallery
  • 💰Pricing
    • WhatsApp Conversation Credit (WCC)
    • WhatsTool Platform Pricing
    • Team Member - Add-Ons
  • 🖇️App Integration
    • Google Sheet
    • Zoho CRM
    • Pabbly Integration
    • Razorpay
    • Page
    • Shopify
    • Facebook Ads
  • 👨‍💻API DOCS
  • Miscellaneous
    • WhatsApp Business API - Unsupported Messages
    • Commonly asked questions in support
Powered by GitBook
On this page
  • Understanding "Ask Number"
  • Ask as Text Essentials:
  • Implementation Example:

Was this helpful?

  1. BOTS
  2. Ask Questions

Ask Number

Understanding "Ask Number"

"Ask Number" is specifically designed to collect numeric input. Asking users for numeric input is a common and valuable tool of WhatsTool Business Bots. This user input can be stored in a designated variable, allowing you to use that data in your BotFlow.

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

Ask as Text Essentials:

Question Text

This is the question you want to ask users. 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.

Implementation Example:

Imagine you are asking your customers to rate your services out of 10. The Ask Number question type with validation settings will make sure users give helpful responses within a specific character limit.

For the Question Text you can enter: On the range of 1 - 10, how would you rate our service? (1 being the worst).

You have the option to store the user response in the variable. You can create a variable - user_feedback 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 Minimum character, Maximum character, Regex. The feedback we are looking is on a scale of 1-10, so the minimum character would be 1 and the maximum character would be 2. For regex, we could use - ^[1-9]\d?$ to make sure that the user enters a rating must between 1 and 9.

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 Number" card would be on the WhatsApp Platform.

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

PreviousAsk DateNextAsk Address

Last updated 10 months ago

Was this helpful?

🤖