Skip to main content
POST
/
message
/
sendContact
/
{instance}
Send Contact
curl --request POST \
  --url https://api.botifiy.com/message/sendContact/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "number": "<string>",
  "contact": [
    {
      "fullName": "<string>",
      "wuid": "<string>",
      "phoneNumber": "<string>",
      "organization": "<string>",
      "email": "<string>",
      "url": "<string>"
    }
  ]
}
'
{
  "key": {
    "remoteJid": "<string>",
    "fromMe": true,
    "id": "<string>"
  },
  "message": {
    "contactMessage": {
      "displayName": "<string>",
      "vcard": "<string>",
      "contextInfo": {}
    }
  },
  "messageTimestamp": "<string>",
  "status": "<string>"
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance

Body

application/json
number
string
required

Number to receive the message (with country code)

contact
object[]
required

Contact information to send

Response

201 - application/json

Created

key
object
message
object
messageTimestamp
string
status
string