WhatsApp messages problem

I have integrations between the Appsheet application and WhatsApp.

Two days ago, problems started - sending the first message from the Appsheet to the client using the WhatsApp desktop application is impossible, only for those with some communication.

It is working normally from the phone.

Did anyone have a similar problem?

0 8 222
8 REPLIES 8

Are you using something like this?

CONCATENATE(

"https://api.whatsapp.com/send?phone=",ENCODEURL([Contact].[Phone]),"&text=",.......

)

Hi.
I use:

(Concatenate("whatsapp://send?phone=",
Encodeurl([Phone number]),
"&text=", Encodeurl(Concatenate(
"Dear"," ",[Customer],",",
" ..........

try mine. almost the same thing but mine worked flawless from day 1

Unfortunately - the same thing happened.
whatsapp://send?phone=", Encodeurl([Phone number]) worked fine until 10-15 days ago and then started with this stupid error

In one or multiple apps?

 

I have only one

It opens WhatsApp conversations but doesn't allow text to be pasted. If there has already been a conversation with this number, it works fine. But not for the first message.

try to build another one just for test purposes and see if it does it on that one too