v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBmessage
send vCard
Send a vCard to a contact or group.
post/instances/{id}/client/action/send-vcard
Path parameters
idinteger required
The ID of the instance.
Request body
Example request
{
"chatId": "50664083362@c.us",
"vCard": {
"waid": "xxxxxxxxxxxx",
"internationalnumber": "+15551234567",
"lastname": "Doe",
"firstname": "John",
"displayname": "John Doe",
"title": "Mr.",
"organization": "Example Corp",
"email": "john.doe@example.com",
"street": "123 Main St",
"city": "Anytown",
"zip": "12345",
"state": "CA",
"country": "USA",
"website": "https://example.com"
}
}Response
Vcard sent successfully
Example response
{
"data": {
"status": "success",
"instanceId": "1",
"data": {
"sendVcard": true
}
},
"status": "success"
}