Sending messages to whatsapp user

0
We are building an application which need the functionality of sending messages to users (from a desktop user to a mobile user). Currently it's not an issues sending those messages via sms, but we do like to be able to send them to users who use Whatsapp as well. At this point I can't find a standard Mendix functionality for this, exept the Hybrid mobile share widget, but that doesn't do the trick if you ask me (it's about sharing via Whatsapp on your mobile divice)   Thanks in advance!  
asked
8 answers
3

Hi Martijn,

 

Whatsapp provides and API for the same which you can use within your Mendix application, refer the below link


https://faq.whatsapp.com/en/general/26000030

Thanks

AD

answered
2

Hi Martijn,

You can try using the twilio whatsapp api in mendix! But you need to implement your own logics to send the messages to the whatsapp device using twilio api. refer the below links,

https://www.twilio.com/docs/whatsapp/quickstart/curl

https://www.twilio.com/docs/whatsapp/sandbox

Thanks,

Nithysha

 

 

answered
1

To send message to whatsApp user in mendix you can use the Twillio API.

answered
0

Hi Martijn,

Did it work out with the direct WhatsApp API? The policy of WhatsApp is to offer business accounts via Business Solution Providers like CM.com. We can get your WhatsApp business account up and running in 48 hours, and our API is easy to integrate. Let me know if you need any help.

Best regards,

Jan-Willem van Vugt

 

answered
0

once I integrate this OG whatsapp mod version of whatsapp with twilio and it working great but unfortunately it is temporary So going to make my own project like this if it possible.once I integrate this OG whatsapp mod version of whatsapp with twilio and it working great but unfortunately it is temporary So going to make my own project like this if it possible.

answered
0

whatsapp can send messages only to those who use the app, the messages are stored in the server and are used by the whatsapp app much like email, except that it is instant unlike Email.

answered
0

whatsapp can send messages only to those who use the app, the messages are stored in the server and are used by the whatsapp app much like email, except that it is instant unlike Email.

answered
0

To send messages to users on YO WhatsApp from your application, you need to integrate the WhatsApp Business API. This involves setting up a WhatsApp Business Account, obtaining API credentials, implementing the integration using the API documentation, managing user opt-ins, and sending messages through the API endpoints.

answered
0

WhatsApp exclusively caters to messages to app users, saving them on servers similar to email, but with the added advantage of instant delivery unlike traditional emails, promoting swift and seamless communication.

answered