Description
This endpoint allows you to send one or more contacts in vCard format to individual contacts or groups on WhatsApp. Contacts are sent with display name and information in vCard standard format.Body
Body Parameters
| Property | Type | Required | Description |
|---|---|---|---|
sessionId | string | ✅ Yes | Authenticated session ID that will send the contacts |
jid | string | ✅ Yes | Recipient identifier (WhatsApp JID). Format: [email protected] for contacts or [email protected] 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) |
Status Codes
200- Contact(s) sent successfully400- Invalid parameters401- Unauthorized session404- Session not found
Usage Example
Authorizations
Your Wappfy API key (get it at dash.wappfy.com.br)
Body
application/json
Chat ID (WhatsApp JID)
Example:
Array of contacts in vCard format
- Option 1
- Option 2
Session name (instanceName)
Example:
"my-session"
Message ID you want to reply to
Example:
null
