Hi,
I want to have an action where client can use Whatsapp for communications. However, I’ve tried using different ways but it does not seem to work. The result that I got was that the link could not be opened and also, it is expired. Wondering if there are any other ways?
The following are ways that I’ve tried,
- CONCATENATE(“whatsapp://send?phone=”,[Phone Number]),
- CONCATENATE(“https://wa.me/”, [Phone Number]) and,
- CONCATENATE(“[Share on WhatsApp Number]),“&text=”,CONCATENATE("Dear ",[Name], " this is your queue number ", [Queue Number]))
- CONCATENATE(“whatsapp://send?phone=”,ENCODEURL([Phone Number]),CONCATENATE("Dear ",[Name], " this is your queue number ", [Queue Number]))