Add a member to a community

To add a member to Communities, you will need to find out the exact ID of the group.

Read more about it here: Important aspects of the API Community beta test


Markers that you can use to automatically determine which group you need to use

  1. Find groups with the same name as your community, excluding the community ID you received in the response;

  2. Find a group that has the parameter β€œannouncements”: true

Adding a user to Community is completely identical and follows the rules of adding a user to a group. To add a user to the Community, use this endpoint

POST https://gate.whapi.cloud/groups/{GroupID}/participants:

Due to WhatsApp's anti-spam policy, some contacts are not automatically added to the group. Read more here

Last updated