---
title: "Send an Vcard message to an User"
method: POST
path: "/rest/sendMessage/{instance_key}/contactMessage"
tags: ["SendMessageController"]
---

# Send an Vcard message to an User

`POST /rest/sendMessage/{instance_key}/contactMessage`

## Path parameters

- `instance_key` string, required

## Request body

- object
  - `messageData` SendVCardData
    - `to` string
    - `vcard` ContactData
      - `fullName` string
      - `displayName` string
      - `organization` string
      - `phoneNumber` string

## Response `200`

Success

---

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