I want to create WhatsApp group using java . Does WhatsApp provide any API for this . How should we need to achieve this in java.
Asked
Active
Viewed 7,012 times
-2
-
1Refer https://developers.facebook.com/docs/whatsapp/api/groups – Sumesh TG Dec 21 '18 at 12:29
-
"We are announcing the deprecation of Groups through the WhatsApp Business API" – Dorian Nov 24 '20 at 01:49
1 Answers
2
As far as know Whatsapp doesn't provide any official APIs for creating a group.The only functionality available now is the Click To Chat feature in which you can send messages to phone numbers without saving them.
More on this at Whatsapp FAQ
If you really want to implement this features there are some work around APIs which is not official and you will have to pay for some of it.
Look at this tutorial Create Group Using API

dreamHatX
- 479
- 3
- 9
-
Hi luk2302 Sir, Thank you very much for answer But can we create WhatsApp group using the api provided by you above and start the chat for the same using java API. – Ganesh Nav Oct 05 '18 at 09:10
-
Hi luk2302 Sir, . The link which you have share above in that only chatting api is there but to create group no api mention in that. – Ganesh Nav Oct 05 '18 at 09:19
-
@GaneshNav I think that making a Whatsapp group with external APIs is a bad practise since they are temporary. For more info [read this post](https://www.quora.com/Is-there-any-WhatsApp-API-so-that-I-can-integrate-it-with-my-program-to-send-WhatsApp-messages-quickly-automatically) – dreamHatX Oct 05 '18 at 10:36
-
Thanks for the guidance. Could you please suggest the alternate way if possible sir Please . – Ganesh Nav Oct 08 '18 at 05:13