How to open wa.me link in WhatsApp Business app instead of personal WhatsApp on same phone?

12,176

Solution 1

If u want to stop sending msgs from Simple WhatsApp & want to send from whatsapp business using wa.me/, then:

Step 1: Long press the simple WhatsApp app

Step 2: Press app info

Step 3: Press Set as default

Step 4: Press Go to Supported URLs

Step 5: Press Always ask

Step 6: Now when you use wa.me/phonenumber then you will be asked for 1 time to choose WhatsApp simple or business.

Step 7: You choose WhatsApp business

Then for next every time, WhatsApp business will be opened through wa.me/

Now it's all done. Enjoy & remember in prayers.

Solution 2

Just go to app info option (i), then go to default change supported link to open an option to always ask instead default. I had a similar problem and I solved it.

Share:
12,176
Siddhesh T
Author by

Siddhesh T

Tech Lead, Automobile Blogger, Tech Evangelist, Travel Enthusiast. Currently working with Angular & TypeScript, React & Redux.

Updated on June 22, 2022

Comments

  • Siddhesh T
    Siddhesh T about 2 years

    We have a web app in Angular 8. We have the following code to show a button that a user can click to send a predefined message via WhatsApp to a contact.

    <a target="_blank" href="https://wa.me/{{international_formatted_number}}?text={{message}}"><i class="fab fa-whatsapp"></i></a>
    
    

    Now the user uses their personal number on WhatsApp, but they are required to send the message via the company number which they use via WhatsApp Business App. Both are on the same android phone. When the user clicks on the button, it opens in WhatsApp, without any prompt to choose between the apps.

    Is there any modifier or parameter that can be added to this link so that it opens in WhatsApp Business instead of WhatsApp? Or any other solution?

    Expected solution is that when the user clicks to send the WhatsApp message, it opens directly in WhatsApp Business or at least prompts the user to choose between personal WhatsApp or WhatsApp Business.

  • Siddhesh T
    Siddhesh T about 4 years
    I was actually looking for some solution to force via the link to ask whether to open the link via WhatsApp or WhatsApp Business. But this is a good solution. Probably the only solution which we can use as this is an internal app, and we can tell our users. Thanks!
  • MasterMind
    MasterMind over 2 years
    This worked with me perfectly, thanks 👍🏼
  • Aadam
    Aadam over 2 years
    Did not work for me