Group Update Notification
EVENThttps://call.domain.comwebhook
Alerts when specific updates are made to a WhatsApp group. Only the changed portions of the group object will trigger a notification.
Request
Header Parameters
x-businessId stringrequired
Identificador do negócio
x-instanceId stringrequired
Identificador da instanceia
x-whatsappId stringrequired
Identificador do whatsapp conectado
- application/json
Body
Only the modified parts of the group object will be notified.
event string
Possible values: [group.update
]
instance object
data object
Responses
- 200
The API successfully received the update, returning a 200 status to confirm its successful processing.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- CURL
curl -L -X GET 'https://call.domain.com' \
-H 'Content-Type: application/json'