Hi, I would like to integrate a system for sending messages with WhatsApp into my Saas management system. Some advice on some platforms that allow you to do this and provide API for sending mass messages at low costs.
How to send the same WhatsApp message to 3 or 4 different contacts registered in a SQLite archive? The following code sends only one message and forgets the others. [CODE lang="b4x" ] TxtWA="Lorem ipsum dolor sit amet, consectetur adipisci elit, sed do eiusmod"...
www.b4x.com
Note that there is a Api from Whatsapp directly if you are using Whatsapp Business.
In all other cases you have to use things like the above.
Green API is a platform that allows you to send and receive WhatsApp messages through a stable API. 1. It is possible to send and receive text, photos and videos without the need to purchase and monitor a phone 2. Stable WhatsApp API works without a phone and your number is safe when using...
I also don't know what you mean by this. In the case of the Green Api you can try it for free. The way the API works is using a WhatsApp Web session, in other words it is as if you hired a browser with an open WhatsApp Web session that sends the messages for you
note:
I will give you a tip, create a mobile application that acts as a bridge to send WhatsApp messages and use a phone that has this application to act as a message sending server.
Hi there! I want to show you how to send SMS for free from anywhere (Server, B4J, B4A, B4I, Python, JS, etc.) just by using a POST request, MySQL, PHP, and B4A! Steps to use: You need to have a web server (shared or private is fine). To create a free one, use 000webhost. Once you have access to...
Hi, I would like to integrate a system for sending messages with WhatsApp into my Saas management system. Some advice on some platforms that allow you to do this and provide API for sending mass messages at low costs.