🚀 V2 is here! Upgrade to our new API with queued requests for better reliability and performance. V1 will be deprecated on February 1, 2026. Learn about V2 →
cURL
curl --request POST \ --url https://app.hypersender.com/api/whatsapp/v1/{instance}/send-contact-card \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chatId": "[email protected]", "contacts": [ { "vcard": "<string>", "fullName": "<string>", "organization": "<string>", "phoneNumber": "<string>", "whatsappId": "<string>" } ] } '
{}
Send a contact card in the chat
{ "vcard": "BEGIN:VCARD\\nVERSION:3.0\\nFN:Jane Doe\\nORG:Company Name;\\nTEL;type=CELL;type=VOICE;waid=911111111111:+11111111111111\\nEND:VCARD", "organization": "Hypersender", "whatsappId": 911111111111 }
{ "vcard": null, "fullName": "john doe", "organization": "hypersender", "phoneNumber": "+1111111111111", "whatsappId": "911111111111" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"application/json"
"{{ instance_id }}"
"[email protected]"
Show child attributes
Successful response
The response is of type object.
object