-1

I want to open a message in whatsapp for android devices through click via Email.

For IOS devices this code worked

href="whatsapp://send?text=blahblah"    
SKB
  • 1
  • 1
  • not possible in android – Amy Jun 07 '17 at 06:34
  • Try this link : https://stackoverflow.com/questions/30344476/web-link-to-specific-whatsapp-contact – Kakumanu siva krishna Jun 07 '17 at 06:41
  • It's not working in newsletter. But, i have found below code Send Message – SKB Jun 08 '17 at 07:41
  • It's not working in newsletter. But, i have found below code It's working only for Whatsapp web with certain condition. you need to keep the content in Url-encode format. Continue Read next comment – SKB Jun 08 '17 at 07:59
  • he message which i am using is basically a link, which includes a placeholder. And during send out this Placeholder picks up the value which has been defined as a variable. But when i use the same link in encoded format the placeholder is not picking up the value. – SKB Jun 08 '17 at 07:59

1 Answers1

0

I got the solution for my question.

you can share any text to a predefined number. The below method works for android, WhatsApp web, IOS etc.

You just need to use this format:

By using this format, you can easily send a custom message to a specific number.

SKB
  • 1
  • 1