waha_send_contact
Send contact cards to WhatsApp chats using vCard format. Share contact information by specifying chat ID and vCard data, with optional message reply functionality.
Instructions
Send contact card(s) to a WhatsApp chat using vCard format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID (format: number@c.us) | |
| vcard | Yes | vCard formatted contact data (e.g., 'BEGIN:VCARD\nVERSION:3.0\nFN:Jane Doe\nTEL:+1234567890\nEND:VCARD') | |
| replyTo | No | Optional message ID to reply to |