I need to put a deep link in my HTML for adding a contact to the Phone and then begin a new conversation in whatsapp.
I found this code
<a href="whatsapp://send?text=Hello%2C%20World!">Send text to whatsapp</a>
And this one:
<a href="whatsapp://send?abid=username&text=Hello%2C%20World!">Send text to user</a>
I need to open a conversation with a specific contact even if I don't have the contact. My first question is, where can I get the username for whatsapp?
Having the abid I can try if it works but I dont know where to get that data.
Thanks a lot