cURL
curl --request POST \ --url https://exact.ws/enrichments/emails \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "domain_name": "<string>", "webhook_url": "<string>" } '
{ "id": "<string>", "data": { "emails": [] }, "status": "COMPLETED" }
Encontra emails de um contato com base em um nome e um domínio.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Nome do contato
Domínio
Request fulfilled, document follows
Resultado da execução do workflow
Show child attributes
Situação do workflow (completo)
"COMPLETED"