This question has been flagged

Hi Community,

I installed the module Send Whats-app Message. After that when i sending the message and click on Send Button at that time this type of error occur  Failed to open URI "whatsapp://send/?phone=9725000200&text=yhjh".

Failed to open URI "whatsapp://send/?phone=9725645065&text=yhjh".

i'm using Ubuntu OS.

How can i solve this error please suggest me.

Thanks in Advanced.

Avatar
Discard
Author Best Answer

We need to use web instead of api 

URL use like this  https://web.whatsapp.com/send?phone="+self.user_id.mobile+"&text=" + message_string instead of https://api.whatsapp.com/send?phone="+self.user_id.mobile+"&text=" + message_string

Avatar
Discard