Description
This event is triggered when a group is updated (e.g., description changed).
Webhook Request
HTTP Method
POST
Request Headers
Name | Value |
---|---|
Content-Type | application/json |
User-Agent | WaAPI 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": []
}
}
}