How to Send a Text message and Image through Whatsapp from Grails application
I want to Send a Text message or Image or any documents through Whatsapp using my grails application. Is there any solution ?
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
I want to Send a Text message or Image or any documents through Whatsapp using my grails application. Is there any solution ?
Well, I think you will have to use an API for that like the "WhatsApp Business API" or something like "Twilio API for WhatsApp".
You can send API calls from your Grails application to them. I don't think there is another solution.
For Twilio, here is Java example code.