cURL
curl --request PUT \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/update-webhook-chat-presence \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
Chat presence status callback webhook
{ "value": "https://your-system-address.com/instance/YOUR_INSTANCE/presence" }
{ "value": true }