Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does WhatsApp offer an open API? [closed]

Tags:

whatsapp

I wonder if there is an open API to access WhatsApp through an internet protocol? The concrete question is:

  1. Is there a way to send a message to a list of WhatsApp users from an internet server?
  2. Is there any open concept for authentication?
  3. Or - is WhatsApp at the end a closed system without any open API through an internet protocol?
like image 741
Ralph Avatar asked May 06 '16 17:05

Ralph


People also ask

Does WhatsApp have a free API?

WhatsApp is introducing free cloud-based API services in a push to get more businesses using the app, Meta Platforms CEO Mark Zuckerberg announced at the company's messaging event on Thursday.

What is the API for WhatsApp?

WhatsApp Business API is an application program interface that allows businesses to receive and answer unlimited WhatsApp messages seamlessly. It was created by Facebook in August 2018 to provide medium and large businesses with a tailored solution for scaling their customer engagement via WhatsApp.


Video Answer


2 Answers

  1. is the correct answer. WhatsApp is intentionally a closed system without an API for external access.

There were several projects available that reverse engineered the WhatsApp webservice interfaces. However, to my knowledge all of them are now discontinued/defunct due to legal action against them from WhatsApp.

For mobile phone applications there is a limited URL-Scheme-API available on IPhone and Android (Android-intent possible as well).

like image 81
PhilS Avatar answered Oct 20 '22 00:10

PhilS


WhatsApp does not have a API available for public use. As you put it, it's a closed system.

However, they provide several other ways in which your iPhone application can interact with WhatsApp: through custom URL schemes, share extension and through the Document Interaction API.

See this WhatsApp FAQ article.

like image 26
Munesawagi Avatar answered Oct 19 '22 23:10

Munesawagi