Android Question whatsapp API

kkkpe

Active Member
Licensed User
Longtime User
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.
 

DonManfred

Expert
Licensed User
Longtime User
The forumsearch is working. Just try first.

One example to use.

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.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
GREEN API
As DonManfred says, please use the forum search first

 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
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.

this may give you an idea
 
Upvote 0

kkkpe

Active Member
Licensed User
Longtime User
We are waiting for your app. however the prices of green api are not high and it seems to be a good solution
 
Upvote 0

Situ LLC

Active Member
Licensed User
Longtime User
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.
Hi there best way is used this green API, easy, Fast I already use for a year,

The site have sample Free for 6000 messages a monthly works fine. My friend designed api very easy to apply to your applications .
Just try .
 
Upvote 0

BillMeyer

Well-Known Member
Licensed User
Longtime User
I would be oriented towards GREEN API, does anyone use it?
Yes, I do - very easy to use and I use their REST API's .

I have built an IoT messaging business around their API's - works well !!!

If you want Polina's WhatsApp number (she's their representative) I will PM it to you...
 
Upvote 0

cybertooth

New Member
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.

this may give you an idea
I am working on a KibyMD app for android. The app allows the user to select a pre-typed message from the database table and paste it as a whtsapp message of the selected contact. The message is sent only when the user clicks on the send button. I want to know if I need a whatsapp api for this . The pasted message is not being sent automatically to the contact.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I want to know if I need a whatsapp api for this
Yes. Get a Business-Whatsapppaccount.

There is NO Api for normal Users except the one that you are using (Userintervention needed!)


PD: I also wrote it already in #2 of this Thread ;-)
 
Last edited:
Upvote 0

cybertooth

New Member
Yes. Get a Business-Whatsapppaccount.

There is NO Api for normal Users except the one that you are using (Userintervention needed!)


PD: I also wrote it already in #2 of this Thread ;-)
Thanks DonManferd. My doubt is that since it is an app to be used by multiple users. What type of WhatsApp api do i need. The whatsapp buisness api is to be for the the app(i.e In the name of the person/company ) or every user needs to have a whatsapp buisness account. Please explain in detail if possible.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Please explain in detail if possible.
Read the link i provided. Everything is described there. I can not give any detailed information as i do not own a businesssaccount.

If you want to use whatsapp business you need to have a phonenumber registered for you business.
You can only use the api on the registered phonenumber. i.e. your company answering to questions from users (most or all of them are using regula Whatsapp).

You can NOT USE the api on ANY devices which are not your company (i e users using your app). In fact all of your users doesn´t own the phonenumer which you register for the business. So all users are using regular Whatsapp account.

Only the exclusive registered phonenumber for the business can use the business-api.

PD: That said you can not use the api as a chatsystem for anyone except you.
 
Last edited:
Upvote 0

sirjo66

Well-Known Member
Licensed User
Longtime User
The message is sent only when the user clicks on the send button.
I want to know if I need a whatsapp api for this .
The pasted message is not being sent automatically to the contact.


Yes, you can do it but it is not very simple.
Based on a @moster67 post, where he explain how to use Accessibility library for to simulate user interaction, I writed an app that receive contact number, message text (and, if you want, also an attachment) and send it through whatsapp without any user interaction.
No need business account, no need whatsapp API.

You can start from here: https://www.b4x.com/android/forum/t...users-with-disabilities-automation-etc.95216/

WARNING: you can't publish these apps on Google Play
 
Upvote 0
Top