WAClient
POST

Send Contact

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

API endpoint
https://api.waclient.com/send_contact
Example:
curl -X POST \
  'https://api.waclient.com/send_contact' \
  -H 'Content-Type: application/json' \
  --data '{
    "number": "201234567890",
    "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
number / to / chat_idProvide one. number = digits only (201234567890). chat_id = JID with @ — Phone: [email protected]. Group: 120363…@g.us. Channel: 120363…@newsletter.
first_nameContact first name
last_nameContact last name (Optional)
phone_numberDigits only (966501234567). No @.
contacts[]Optional — multiple contacts array (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc