formatted_name
Authorization: Bearer ********************
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "{{recipient_number}}", "type": "contacts", "contacts": [ { "name": { "formatted_name": "João Silva", "first_name": "João", "last_name": "Silva" }, "phones": [ { "phone": "+5511999999999", "type": "CELL" } ], "emails": [ { "email": "joao.silva@exemplo.com", "type": "WORK" } ] } ] }
curl --location --request POST 'https://waba.optjuntos.com.br/api/v1/messages' \ --header 'Content-Type: application/json' \ --data-raw '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5517991677564", "type": "contacts", "contacts": [ { "name": { "formatted_name": "João Silva", "first_name": "João", "last_name": "Silva" }, "phones": [ { "phone": "+5511999999999", "type": "CELL" } ], "emails": [ { "email": "joao.silva@exemplo.com", "type": "WORK" } ] } ] }'
{ "messaging_product": "whatsapp", "contacts": [ { "input": "5511999999999", "wa_id": "5511999999999" } ], "messages": [ { "id": "wamid.HBgNNTUxMTk5OTk5OTk5ORUCABIYFDNFQjBGQkZFOEVDRTMzMzM1QTgA" } ] }