Send one or multiple contacts in vCard format
| Property | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will send the contacts |
jid | string | ✅ Yes | Recipient identifier (WhatsApp JID). Format: 5511999999999@s.whatsapp.net for contacts or 120363XXXXX@g.us for groups |
contacts | array | ✅ Yes | Array of contact objects |
contacts[].displayName | string | ✅ Yes | Contact display name |
contacts[].vcard | string | ✅ Yes | Contact data in vCard format (version 3.0) |
200 - Contact(s) sent successfully400 - Invalid parameters401 - Unauthorized session404 - Session not foundYour Wappfy API key (get it at dash.wappfy.com.br)