Resolve Email from Profile
Resolve the best work email for a person from their LinkedIn profile (or name + company) using Octave’s enrichment data, with a deliverability status. The reverse of resolveProfile. Supports a confidence threshold and an optional thorough effort mode. Charges credits only when a deliverable email is found at or above the requested confidence.
Authorizations
Body
Identifiers to resolve an email from
LinkedIn profile URL or slug. The strongest identifier for resolving an email.
"https://www.linkedin.com/in/jane-doe"
First name (used with company when no LinkedIn)
Last name (used with company when no LinkedIn)
Company name (used with name when no LinkedIn)
Company domain (used with name when no LinkedIn)
Minimum confidence required for the email to count as found. Lower-confidence emails are returned as found=false (no credits charged).
LOW, MEDIUM, HIGH standard resolves the profile via the strongest identifier only; thorough also tries the alternate resolution path.
standard, thorough Response
Resolution result (found may be false)
Whether an email met the confidence threshold
standard, thorough Credits charged for this call (0 if not found)
"jane@acme.com"
Deliverability status from the email provider
valid, invalid, accept_all, webmail, catchall, disposable, unknown, not_found, null LOW, MEDIUM, HIGH, null The profile the email was resolved for