Whatsapp Webhook
POST /api/v1/webhooks/whatsapp/{wuzapi_user_id}
POST
/api/v1/webhooks/whatsapp/{wuzapi_user_id}
Receive webhook events from WuzAPI.
This endpoint is called by WuzAPI when events occur.
WuzAPI sends webhooks as application/x-www-form-urlencoded with format: instanceName=&jsonData=%7B%22event%22%3A…%7D&userID=…
The jsonData field contains URL-encoded JSON with the actual event: { “event”: {…}, “type”: “Message” }
Parameters
Seção intitulada “ Parameters ”Path Parameters
Seção intitulada “Path Parameters ” wuzapi_user_id
required
Wuzapi User Id
string
Responses
Seção intitulada “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string