cURL
curl --request POST \ --url https://api.flowmod.ai/message/sendContact/{instanceName} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "number": "5511999999999", "contact": [ { "fullName": "John Doe", "phoneNumber": "5511888888888", "wuid": "5511888888888", "organization": "Company Inc", "email": "john@company.com" } ] } '
{ "status": 201, "error": false, "response": { "key": { "id": "<string>", "fromMe": true, "remoteJid": "<string>" }, "message": {}, "messageTimestamp": 123, "status": "PENDING", "pushName": "<string>" } }
Send contact information as a vCard
Organization-specific API key for Evolution API access
"5511999999999"
Array of contacts to send
Show child attributes
"John Doe"
"5511888888888"
"Company Inc"
"john@company.com"
Contact message sent successfully
201
false
Unique message identifier
Whether message was sent by the instance
WhatsApp JID of recipient/group
Message content object
Unix timestamp of message
Message delivery status
PENDING
SENT
RECEIVED
READ
Display name of sender