| name | Explee Enrichment |
| description | Use Explee enrichment APIs to find emails for contacts in single or batch mode and track async task status. USE WHEN completing outreach data or finding/verifying work emails. |
Explee Enrichment
Use this skill for outreach data completion and email-finding workflows.
Auth & endpoints: see explee-api-core. Submits use template T3 (POST); polls use T4.
Endpoints (this product)
POST /public/api/v1/enrich/email — single enrichment
POST /public/api/v1/enrich/email/batch — batch submit
GET /public/api/v1/enrich/email/batch/{task_id} — batch poll
GET /public/api/v1/tasks — task status list
Execution Pattern
- Use single enrichment for quick checks.
- Use batch for scale (up to documented limits).
- Poll the task until
completed or failed.
- Return final structured results and failure reasons.
Request Bodies (the unique part)
Wrap in template T3 (submit) / T4 (poll …/batch/${TASK_ID}) from explee-api-core.
Single (note the mode field):
{"first_name":"Ada","last_name":"Lovelace","domain":"example.com","mode":"basic"}
Batch:
{"contacts":[{"first_name":"Ada","last_name":"Lovelace","domain":"example.com"}]}
Product-specific notes
mode: confirm basic vs premium before running — they differ in credit cost.
- For low match rates, suggest improving name / domain quality.