Group Update Notification
EVENTwebhook
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
instanceId string
name string
state string
Possible values: [active
, inactive
]
connection string
Possible values: [refused
, close
, open
]
createdAt date-time
WhatsApp object
whatsappId string
remoteJid string
pictureUrl string
pushName string
createdAt date-time
Business object
businessId string
name string
data object
id string
subject string
subjectOwner string
subjectTime string
size integer
owner string
restrict boolean
announce boolean
Responses
- 200
The API successfully received the update, returning a 200 status to confirm its successful processing.
Loading...