Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does WhatsApp Business API support sending messages to WhatsApp groups?

I'm currently exploring the capabilities of the WhatsApp Business API for a project I'm working on. I'm wondering if the WhatsApp Business API supports sending messages to WhatsApp groups. I've read through the documentation, but I couldn't find a clear answer on this specific feature.

Could someone who has experience with the WhatsApp Business API clarify whether it supports sending messages to WhatsApp groups? If it does, are there any specific limitations or requirements that I should be aware of?

POST = https://graph.facebook.com/{{Version}}/{{Phone-Number-ID}}/messages


Body = {
    "messaging_product": "whatsapp",
    "recipient_type": "individual",
    "to": "{{Recipient-Phone-Number}}",
    "type": "document",
    "document": {
        "link": "https://test.pdf",
        "filename": "Test"
    }
}
like image 626
Urvesh Patel Avatar asked Dec 30 '25 09:12

Urvesh Patel


1 Answers

I found this github repo, implying it is not natively supported.

With Twilio's Conversations API, you can implement group chats in WhatsApp, a feature which is not offered natively in WhatsApp's API. With this code sample, you can implement multi-participant chat for up to 50 people that users can opt into and communicate through a single Twilio WhatsApp sender (business profile).

https://github.com/TwilioDevEd/whatsapp-group-messaging

like image 82
Jacques Bosch Avatar answered Jan 01 '26 08:01

Jacques Bosch



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!