send_contact_card
Send a contact card to a WhatsApp recipient. Automatically creates a vCard from name and phone number, or accepts a custom vCard string.
Instructions
Send a contact card. When vcard is omitted, a minimal vCard 3.0 is synthesised from name + phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | contact display name (also used for the synthesised vCard) | |
| phone | No | phone number (digits preferred); used to synthesise the vCard when `vcard` is not supplied | |
| recipient | Yes | Send target: phone digits, `<digits>@s.whatsapp.net`, or group `<digits>-<timestamp>@g.us` | |
| vcard | No | raw vCard 3.0 string; when set, name+phone synthesis is skipped |