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

Was this helpful?

  1. BOTS
  2. Ask Questions

Ask Phone

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

Understanding "Ask Phone"

"Ask Phone" card in Gallabox 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.

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 Gallabox.

PreviousAsk LocationNextBot Actions

Last updated 10 months ago

Was this helpful?

🤖