✅

Role-based Account Verification

Created
Jun 4, 2020 11:39 AM
JSON Field
.misc.is_role_account
Tags

Description

Role-based email addresses, such as info@company.com or sales@company.com, are automatically detected by Reacher. These types of addresses are notorious for generating spam complaints and affecting deliverability, because:
  • they are mailing lists, not individual contacts,
  • they are often displayed on companies' websites.

API Response

{
	"input": "support@realcompany.com",
	"misc": {
		// -- snip --
		"is_role_account": true
	},
	// -- snip --
}
Â