whatsapp_get_contact
Retrieve detailed information about a specific WhatsApp contact using their contact ID. This tool enables AI assistants to access contact data for messaging and management purposes within the WhatsApp platform.
Instructions
Get information about a specific WhatsApp 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"
}