---
title: "send_vcard"
method: POST
path: "/{instance_id}/api/v1/send_vcard"
---

# send_vcard

`POST /{instance_id}/api/v1/send_vcard`

Envia um vcard (contato)

## Path parameters

- `instance_id` string, required

## Request body

- object
  - `number` string, required — Número do WhatsApp do destinatário (ex: "11963907197`)
  - `contact_name` string, required — Nome do contato a ser compartilhado (ex: `João da Silva`)
  - `contact_number` string, required — Número do contato a ser compartilhado (ex: `+55 68 94462-1573`)

## Response `200`

200

- object
  - `message` string
  - `resposeMessage` object
    - `id` string
    - `timestamp` integer
  - `status` boolean

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

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