add_contact
Add a WhatsApp contact by providing a phone number with country code and a display name. Optionally include custom parameters.
Instructions
Add a new WhatsApp contact.
Args:
whatsapp_number: Phone number with country code, no + (e.g. "85264318721")
name: Contact display name
custom_params: Optional list of {"name": "key", "value": "val"} pairsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| whatsapp_number | Yes | ||
| name | Yes | ||
| custom_params | No |