I have created a WhatsApp business App on https://developers.facebook.com/apps/

I am able to send messages using the API & Access Token

curl -X POST \   'https://graph.facebook.com/v15.0/FROM_PHONE_NUMBER_ID/messages' \   -H "Authorization: ACCESS_TOKEN" \   -d '{     "messaging_product": "whatsapp",     "to": "1650XXXXXXX",     "text": {"body" : "hi"}    }' 

I want to send the message in a WhatsApp group, any ways to achieve this?

Tag:api, whatsapp, facebook-graph-api

2 comments.

  1. turivishal

    Unfortunately, there is no API to send messages in WhatsApp Groups.

    1. Toucouleur

      I'm trying to look for updated documentation to send to Community Group, but seems it's still not possible. That's Why WhatsApp will probably loose against Discord

Add a new comment.