Community Webhooks

Receive notifications after community creation, announcements, or exits.

Waplix emits Community API webhooks after confirmed successful community actions.

Supported Events

  • community.created - Emitted after a community is created successfully
  • community.announcement.sent - Emitted after an announcement is sent
  • community.left - Emitted after leaving a community

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "community.created",
  "instance_id": "39058",
  "community": {
    "instance_id": "39058",
    "community_id": "120363426065285439@g.us",
    "subject": "Waplix Community",
    "description": "Official Waplix Community",
    "participants": [],
    "status": "created",
    "beta": true
  },
  "timestamp": "2026-06-15T12:00:00.000Z"
}
Was this page helpful?