Skip to main content

send-contact-card

POST 

/:instance/send-contact-card

Send Contact Card in Chat

You can send a contact card in a chat in two ways:

  • By providing the vcard:

example:

  {
"vcard": "BEGIN:VCARD\nVERSION:3.0\nFN:Jane Doe\nORG:Company Name;\nTEL;type=CELL;type=VOICE;waid=911111111111:+111111111111\nEND:VCARD"
}
  • By providing the contact info:

example:

    {
"vcard": null,
"fullName": "john doe",
"organization": "hypersender",
"phoneNumber": "+1111111111111",
"whatsappId": "911111111111"
}
Hypersender Logo

Request

Responses

Successful response