Skip to main content

Verification

Role-based email detection

Understand role-based emails and their impact on your campaigns.

What are role-based emails?

Role-based emails are associated with a function or department rather than an individual. Examples include:

  • info@company.com
  • support@company.com
  • sales@company.com
  • admin@company.com
  • contact@company.com
  • webmaster@company.com

Risks of sending to role-based addresses

  • Multiple recipients - May forward to many people
  • Higher complaint rates - More likely to be marked as spam
  • Lower engagement - Often monitored infrequently
  • Compliance issues - GDPR requires individual consent

Best practices

  • Exclude role-based emails from marketing campaigns
  • Only send to role addresses for transactional/support purposes
  • If you must include them, set expectations for lower engagement

API response

A role address is reported with a top-level status of role and the boolean data.flags.role_account. The response does not name which role it matched — branch on the local part yourself if you need that.

{
  "success": true,
  "data": {
    "email": "support@company.com",
    "status": "role",
    "quality_score": 70,
    "flags": {
      "disposable": false,
      "role_account": true,
      "free_provider": false
    }
  }
}

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