whatsapp-http-api
whatsapp-http-api copied to clipboard
[BUG][NOWEB] - The documentation has empty payload for webhooks - group.join, group.leave
Describe the bug
The documents in the Webhooks state.changed
, group.join
and group.leave
have a payload that doesn't specify the data format within it. It only says object
.
Version
{
"version": "2024.6.8",
"engine": "NOWEB",
"tier": "PLUS",
"browser": "/usr/bin/chromium"
}
To Reproduce Steps to reproduce the behavior:
- Start a Docker container.
- Go to 'http://localhost:3000/#/webhooks/postgroup_join' or 'http://localhost:3000/#/webhooks/postgroup_leave' or 'http://localhost:3000/#/webhooks/poststate_change'
- Expand the documentation
- Scroll down to 'Request Body'
- Click on 'Schema'
- Observe the field
payload
only saysobject
but no further documentation.
Expected behavior Have any documentation there.
Engine I'm using NOWEB engine.
EDIT:
Forgot about the statet.changed
webhook.