The webhook url is not well formed

Good evening, I hope everyone is well. I am trying to use an external API to send messages via Whatsapp (https://www.callmebot.com/blog/whatsapp-messages-from-appsheet)

In one of my tables I have a virtual column called [url_envio_whatsapp] in which I apply the following formula to complete it

 

Concatenate("https://api.callmebot.com/whatsapp.php?source=AppSheet&phone=",[celular_dis_internacional],"&text=Hola+Pancho","&apikey=1502114")

 

If I test the formula, the result is what I show in the following image

Captura.JPG

 

The expression result:

https://api.callmebot.com/whatsapp.php?source=AppSheet&phone=59899617183&text=Hola+Pancho&apikey=150...

If I copy and paste this URL into a browser, the API responds correctly

Captura.JPG

 On the other hand, I have a bot that, given an event, tries to send a message via WhatsApp

Captura.JPG

 

Captura.JPG

 When I test the bot it gives me the following error

Captura.JPG

 

What I can be doing wrong ?

0 4 614
4 REPLIES 4
Top Labels in this Space