[GOWS] Route to send contact vcard
It is very important to have the route to send vcard contact in GOWS. I am migrating from noweb to gows and I need this functionality.
+1
+1
Added POST /api/sendContactVcard for GOWS in 2025.5.4 🤞
https://waha.devlike.pro/docs/how-to/send-messages/#send-contact-vcard
when sending vcard the field was missing "displayName": "", for name contact card
{ "session": "default", "chatId": "[email protected]", "contacts": [ { "vcard": "BEGIN:VCARD\nVERSION:3.0\nFN:Jane Doe\nORG:Company Name;\nTEL;type=CELL;type=VOICE;waid=911111111111:+91 11111 11111\nEND:VCARD" } ] }
Portuguese
Title:
ao enviar vcard faltava o campo "displayName": "", para nome do cartão de contato
{ "sessão": "padrão", "chatId": "[email protected]", "contatos": [ { "vcard": "BEGIN:VCARD\nVERSION:3.0\nFN:Jane Doe\nORG:Nome da empresa;\nTEL;type=CELL;type=VOICE;waid=911111111111:+91 11111 11111\nEND:VCARD" } ] }