is_on_whatsapp
Check if phone numbers are registered on WhatsApp without notifying the users. Returns their WhatsApp JID and verified name if present.
Instructions
Query WhatsApp servers to check which of the supplied phone numbers are registered on WhatsApp; the queried users are not notified. Read-only with no chat side effects. Use before send_message when you only have a phone number and need to confirm the contact exists. Returns a JSON object keyed by input phone, each value {is_in: bool, jid: string, verified_name?: string} (or similar).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phones | Yes | phone numbers to check; digits only with no `+` prefix, spaces, or punctuation (e.g. `447700900000`); must be non-empty |