Skip to main content

Integration methods

There are three methods for integrating Email Validation:
  • Tag: insert automatically-generated code snippets into your website to add Email Validation to your online forms
  • Pre-built integrations: enable Email Validation in a range of pre-built integrations with tools like Adobe Commerce, Microsoft Dynamics 365 and Shopify plus
  • APIs: use our Email Validation APIs for full customisation of your integration

Documentation

Follow the links below to relevant documentation for each of these methods:

FAQs

Loqate’s Email Validation service can validate emails either individually or in bulk, and follows a series of steps to confirm whether email addresses are valid or not. Those steps include:
  • Checking the syntax of the inputted address to ensure it’s a plausible address (i.e. it contains an ’@’ sign and an email domain, etc.)
  • Verifying the validity of the email domain to make sure it can send and receive emails
  • ‘Pinging’ the mailbox to check whether it will accept emails to the specified account. We can validate whether an email address exists on an email server with 97% accuracy
    • We also have proprietary integrations with mailbox providers which allow us to verify things like whether a mailbox is a catch-all mailbox, whether the domain is disposable or temporary, etc.
Yes, you can use Email Validation to check any email addresses, whether they’re for business or personal accounts.
Yes, Email Validation is an international service with global coverage.
Besides detecting if in email address is valid or not, the Email Validation service returns a wide range of information, including - but not limited to - the following:
  • Whether an email address is disposable
  • If the domain is considered ‘high risk’ to send email to
  • If the mailbox is a role-based address (i.e. support@, marketing@, etc.)
  • If the mailbox is full
You can find complete details of which fields are returned in our Email Validation API documentation (please note that the exact available fields may differ depending on which service you use).
Each of the Email Validation endpoints includes a ‘catch all’ field as one of the response parameters:These ‘catch all’ responses indicate email domains that will accept emails to any email account, meaning that it is not possible to fully validate an email account at this domain, often due to firewall restrictions. We provide these ‘catch all’ responses so that you can decide whether or not you want to email these addresses.
Calls made to the Validate v2 endpoint return a field called Risk, which is designed to provide an indication of how likely emails are to bounce if sent to a given email address.The Risk field returns one of four options: High, Medium, Low or Unknown, where the higher the risk the greater the likelihood that an email will bounce.You can use this field to inform your decision making, when deciding whether or not to send to a particular email address.