WA Client
POST

Send Contact

Share a vCard contact (or multiple) in a chat.

API endpoint
https://waclient.com/api/send_contact
Example:
curl -X POST \
  'https://waclient.com/api/send_contact' \
  -H 'Content-Type: application/json' \
  --data '{
    "to": "20100981XXXX",
    "first_name": "Ali",
    "last_name": "Hassan",
    "phone_number": "966501234567",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "sent": true
    }
}
ParameterDescription
to / chat_id / numberRecipient chat
first_nameContact first name
last_nameContact last name (Optional)
phone_numberContact phone number
contacts[]Optional — multiple contacts array (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc