Communities
WhatsApp Communities — umbrellas that group several conversation groups together. The endpoints mirror the group surface; communities additionally link/unlink sub-groups and let you create a new group directly inside a community.
POST/v1/channels/:id/communitiesBearer · API key
DELETE/v1/channels/:id/communities/:jidBearer · API key
GET/v1/channels/:id/communities/:jid/linked-groupsBearer · API key
POST/v1/channels/:id/communities/:jid/linked-groupsBearer · API key
DELETE/v1/channels/:id/communities/:jid/linked-groups/:group_jidBearer · API key
POST/v1/channels/:id/communities/:jid/groupsBearer · API key
Create: { "subject": "Acme HQ", "description": "All Acme teams" }. The last endpoint creates a new group inside the community in one shot.