Community Announcement Sent

Supported & Tested

Emitted after an announcement is sent to a community.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "community.announcement.sent",
  "instance_id": "39058",
  "community": {
    "instance_id": "39058",
    "community_id": null,
    "announcement_group_id": "120363426065285439@g.us",
    "message_id": "3EB08D5BAAD2F27F07F7CC",
    "status": "sent",
    "beta": true
  },
  "timestamp": "2026-06-15T12:05:00.000Z"
}
Was this page helpful?