whatsapp_subscribe_contact_presence
Subscribe to real-time presence updates for a WhatsApp contact to monitor their online status and availability changes.
Instructions
Subscribe to presence updates for a specific contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | Contact ID (phone number with @s.whatsapp.net) |
Input Schema (JSON Schema)
{
"properties": {
"contactId": {
"description": "Contact ID (phone number with @s.whatsapp.net)",
"type": "string"
}
},
"required": [
"contactId"
],
"type": "object"
}