cURL
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>" }
Send contact message
Name of the instance
Number to receive the message (with country code)
Contact information to send
Show child attributes
Created