Sending A Vcard To Phone Number Or Group

Request test
to
vcard
Request URL
https://connectivity.pk/api/messages/vcard?instance_id={{instance_id}}&token={{token}}
Request body
token *Required
Your API Authorization code
to *Required
Phone number with international format e.g. +14155552671
or
chatID for contact or group e.g 14155552671@c.us or 14155552671-441234567890@g.us
vcard *Required
Text value vCard 3.0
Max length: 4096 char
Example:
BEGIN:VCARD
VERSION:3.0
N:lastname;firstname;;;
FN:firstname lastname
TEL;TYPE=CELL;waid=14000000001:14000000001
NOTE:note
ADR;TYPE=home:;;;;;;
ADR;TYPE=work:;;;;;;
END:VCARD
Response
No response yet.
Request samples