SendVCard
Query parameters
idstringRequiredExample:
idBody
all ofOptional
and
anyOptionalExample:
{"instance_key":"id","jid":"groupid","fullname":"Name","organization":"Company","phoneNumber":"receivernumber"}Responses
200Success
No content
post
/groups/sendVCardPOST /groups/sendVCard?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 111
{
"instance_key": "id",
"jid": "groupid",
"fullname": "Name",
"organization": "Company",
"phoneNumber": "receivernumber"
}200Success
No content
Last updated
Was this helpful?