Pular para o conteúdo

Whatsapp Webhook

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” }

wuzapi_user_id
required
Wuzapi User Id
string

Successful Response

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string