Skip to main content

Features

Data enrichment (name and gender)

Enhance your email data with name and gender information.

What is data enrichment?

Data enrichment adds valuable information to your email addresses by extracting and analyzing the name portion of the email to provide:

  • First name
  • Last name
  • Gender prediction
  • Confidence score

How to enable

Add enrich: true to your verification request:

{
  "email": "john.smith@company.com",
  "options": {
    "enrich": true
  }
}

Response

Enrichment fields are only present when they could be derived, so treat every one of them as optional.

{
  "success": true,
  "data": {
    "email": "john.smith@company.com",
    "status": "valid",
    "enrichment": {
      "first_name": "John",
      "last_name": "Smith",
      "full_name": "John Smith",
      "gender": "male"
    }
  }
}

Use cases

  • Personalized email greetings
  • Segmentation by gender
  • CRM data completion
  • Lead scoring enhancement

Something wrong or missing here?

Tell us what to fix. Your email goes to the support team with this article's title already filled in.

Send feedback

Still need help?

Email support@kawaa.com. If your question is about a bulk job, include its job ID from the dashboard.

Contact support