Total Access Docs
Openapi

Inbound WhatsApp webhook receiver

Receives incoming WhatsApp messages from Wati or self-hosted instance. Triggers client webhooks and automations. This endpoint is called by the WhatsApp service, not by API clients directly.

POST
/api/v1/whatsapp/webhook/inbound

Receives incoming WhatsApp messages from Wati or self-hosted instance. Triggers client webhooks and automations. This endpoint is called by the WhatsApp service, not by API clients directly.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/whatsapp/webhook/inbound" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{  "success": false,  "error": {    "code": "UNAUTHORIZED",    "message": "API key required",    "request_id": "req_abc123",    "documentation_url": "https://dev-developer.totalaccess.co.za/docs/api-reference/errors#unauthorized"  }}