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
    }
  }
}

Was this article helpful?

Saved on this device only. To reach us, email support@kawaa.com.

Still need help?

Can't find what you're looking for? Our support team is here to assist you.

Contact Support