how to share product list on whats app from app is there any option?
@Shrikant_Nikam
You can create a webhook workflow rule and use
https://api.whatsapp.com/send?phone=XXXXXXXXXXX
URL endpoint and send a message. In place of the Xs, you can type the phone number of the person you want to contact OR recall it from your triggering table i.e. [CustomerPhone]. Phone numbers shall be including the country code, but without the + sign.
i am new in appsheet can you give any sample app? or send step by step
Hi Levent! This doesn’t generate any errors, but also it doesn’t send any messages as well. Can you please explain how to get your numbers registered for the WhatsApp api.
Cheers,
Anand
@Anand_Venu
I may recommend reading WhatsApp API documentation for that.