Send WhatsApp Contact
whatsapp_send_contactSend a contact card to a WhatsApp user with name, phone, and optional email. Specify the recipient's number and contact details.
Instructions
Send a contact card to a WhatsApp user.
Args:
to (string): Recipient phone number
first_name (string): Contact first name
last_name (string, optional): Contact last name
phone (string): Contact phone number
email (string, optional): Contact email
Returns: Message ID and delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format (e.g. '353851234567' or '+353851234567') | |
| No | Contact's email address | ||
| phone | Yes | Contact's phone number | |
| last_name | No | Contact's last name | |
| first_name | Yes | Contact's first name | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |