Description
This event is triggered when a user joins a group.
Webhook Request
HTTP Method
POST
Request Headers
Name | Value |
---|---|
Content-Type | application/json |
User-Agent | WaAPI Webhook User Agent |
Request Body
{
"event": "group_join",
"instanceId": "1",
"data": {
"notification": {
"id": {
"fromMe": false,
"remote": "[email protected]",
"id": "AAABBBCCCDDDEEEFFF111222333",
"participant": "[email protected]",
"_serialized": "[email protected][email protected]"
},
"body": "",
"type": "add",
"timestamp": 1738935259,
"chatId": "[email protected]",
"author": "[email protected]",
"recipientIds": ["[email protected]"]
}
}
}