For the complete documentation index, see llms.txt. This page is also available as Markdown.

SendVCard

send VCard

post
Query parameters
idstringRequiredExample: id
Body
instance_keystringRequired
jidstringRequired
fullnamestringRequired
organizationstringRequired
phoneNumberstringRequired
Responses
200Success

No content

post/chats/sendVCard
POST /chats/sendVCard?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 118

{
  "instance_key": "id",
  "jid": "receivernumber",
  "fullname": "Name",
  "organization": "Company",
  "phoneNumber": "receivernumber"
}
200Success

No content

Last updated