MailboxValidator (Independent Publisher)

MailboxValidator API is easy to integrate and use for email validation. Validate and clean your email list by detecting disposable emails, invalid emails, mail server and much more.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Troy Taylor
URL https://www.hitachisolutions.com
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor, Hitachi Solutions
Website https://www.mailboxvalidator.com/
Privacy policy https://www.mailboxvalidator.com/privacy-policy
Categories Business Intelligence

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring The API Key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Validate a single email address

Returns validations for a single email address.

Validate email address is from a disposable email provider

Returns validation from whether email address is from a disposable email provider. Disposable email addresses (DEAs) are temporary email addresses that are only valid for a very short period of time.

Validate email address is from a free email provider

Returns validation from whether email address is from a free email provider.

Validate a single email address

Returns validations for a single email address.

Parameters

Name Key Required Type Description
Email
email True string

The email address to be validated.

Returns

Name Path Type Description
Email Address
email_address string

The input email address.

Domain
domain string

The domain of the email address.

Is Free
is_free string

Whether the email address is from a free email provider like Gmail or Hotmail.

Is Syntax
is_syntax string

Whether the email address is syntactically correct.

Is Domain
is_domain string

Whether the email address has a valid MX record in its DNS entries. '-' means not applicable.

Is SMTP
is_smtp string

Whether the mail servers specified in the MX records are responding to connections. '-' means not applicable

Is Verified
is_verified string

Whether the mail server confirms that the email address actually exist. '-' means not applicable.

Is Server Down
is_server_down string

Whether the mail server is currently down or unresponsive. '-' means not applicable.

Is Greylisted
is_greylisted string

Whether the mail server employs greylisting where an email has to be sent a second time at a later time. '-' means not applicable.

Is Disposable
is_disposable string

Whether the email address is a temporary one from a disposable email provider. '-' means not applicable.

Is Suppressed
is_suppressed string

Whether the email address is in our blacklist. '-' means not applicable.

Is Role
is_role string

Whether the email address is a role-based email address like admin@example.net or webmaster@example.net. '-' means not applicable.

Is High Risk
is_high_risk string

Whether the email address contains high risk keywords. '-' means not applicable.

Is Catchall
is_catchall string

Whether the email address is a catch-all address. '-' means not applicable.

MailboxValidator Score
mailboxvalidator_score string

Email address reputation score. Score > 0.70 means good; score > 0.40 means fair; score ≤ 0.40 means poor.

Time Taken
time_taken string

The time taken to get the results in seconds.

Status
status string

Whether our system think the email address is valid based on all the previous fields.

Credits Available
credits_available integer

The number of credits left to perform validations.

Error Code
error_code string

The error code if there is any error.

Error Message
error_message string

The error message if there is any error.

Validate email address is from a disposable email provider

Returns validation from whether email address is from a disposable email provider. Disposable email addresses (DEAs) are temporary email addresses that are only valid for a very short period of time.

Parameters

Name Key Required Type Description
Email
email True string

The email address to be validated.

Returns

Name Path Type Description
Email Address
email_address string

The input email address.

Is Disposable
is_disposable string

Whether the email address is a temporary one from a disposable email provider. '-' means not applicable.

Credits Available
credits_available integer

The number of credits left to perform validations.

Error Code
error_code string

The error code if there is any error.

Error Message
error_message string

The error message if there is any error.

Validate email address is from a free email provider

Returns validation from whether email address is from a free email provider.

Parameters

Name Key Required Type Description
Email
email True string

The email address to be validated.

Returns

Name Path Type Description
Email Address
email_address string

The input email address.

Is Free
is_free string

Whether the email address is from a free email provider like Gmail or Hotmail.

Credits Available
credits_available integer

The number of credits left to perform validations.

Error Code
error_code string

The error code if there is any error.

Error Message
error_message string

The error message if there is any error.