API Reference

Group Update Event

Description

This event is triggered when a group is updated (e.g., description changed).

Webhook Request

HTTP Method

POST

Request Headers

NameValue
Content-Typeapplication/json
User-AgentWaAPI Webhook User Agent

Request Body

{
  "event": "group_update",
  "instanceId": "1",
  "data": {
    "notification": {
      "id": {
        "fromMe": false,
        "remote": "[email protected]",
        "id": "AAABBBCCCDDDEEEFFF111222333",
        "participant": "[email protected]",
        "_serialized": "[email protected][email protected]"
      },
      "body": "group description",
      "type": "description",
      "timestamp": 1738934738,
      "chatId": "[email protected]",
      "author": "[email protected]",
      "recipientIds": []
    }
  }
}