sendContact

POST {{APIV2}}/api/v2/evolution/message/sendContact/queue

StartFragment

Com esse endpoint é possível você enviar mensagens no WhatsApp, veja um exemplo simples de como enviar uma mensagem usando PHP com CURL Exemplo

EndFrag

Request Body

{"number"=>"5531994359434", "options"=>{"delay"=>1200, "presence"=>"composing"}, "contactMessage"=>[{"fullName"=>"Contact Name", "wuid"=>"559999999999", "phoneNumber"=>"+55 99 9 9999-9999", "organization"=>"Company Name", "email"=>"email", "url"=>"url page"}, {"fullName"=>"Contact Name", "wuid"=>"559911111111", "phoneNumber"=>"+55 99 9 1111-1111", "organization"=>"Company Name", "email"=>"email", "url"=>"url page"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
DeviceTokenstring

RESPONSES

status: OK

{"id":"8cbeffe2-42ec-4147-a4a2-3b48c17fb3a0","message":"Dados enviados para a fila com sucesso"}