---
title: "Sends a contact card (vCard)"
method: POST
path: "/api/messages/sendVCard"
tags: ["messages"]
---

# Sends a contact card (vCard)

`POST /api/messages/sendVCard`

Sends a contact card (vCard)

## Request body

- object
  - `to` string, required — Recipient chat ID
  - `vcard` string, required — vCard string
  - `contactName` string — Contact display name
  - `contactNumber` string — Contact number with country code

## Response `200`

Successful response

- boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/open-wa/apis/open-wa-api.md) · [All operations](https://skmtc.net/open-wa/apis/open-wa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-wa/open-wa-api/versions/2f344d03d2a9/schema)
