Table of Contents
CB Split Admin - Addons > Xverify > Accounts
About Xverify
Xverify's email validation service offers businesses a reliable and efficient solution for verifying email addresses in real-time. By ensuring that an email address is valid, active, and free of common errors, Xverify helps reduce bounce rates, improve email deliverability, and enhance overall campaign performance. The service can detect syntax issues, verify domain existence, and flag potentially risky or fraudulent addresses, providing valuable insights for marketers and businesses looking to optimize their email lists. Its seamless integration with various platforms makes it easy to incorporate into existing workflows, enhancing both data accuracy and user engagement.
To use Xverify service on cbsplit first you need to create an account at https://www.xverify.com/signup.html
Once your account setup is done. Navigate to https://www.xverify.com/users/implementation/ and Generate your API key.
Next Step : Navigate to https://demo.cbsplit.com/admin/xverify_accounts and Click + button at top right corner of the page.
Name the Credentials in the first field. Enter your xVerify API key & Domain Name.
Once you have entered all details and done account setup. you will set screen as follow.
Use the checkboxes to configure your API responses.
- Valid Responses
- Valid Email Address
- Email Address Does Not Exist
- Unknown
- Fraud List
- High-Risk Email Address
- Affiliate Is Blocked By Client
- Complainer Email Address
- Top Level Domain Blocked By Client
- Temporary/Disposable Email
- Keyword is Blocked By Client
- IP address – Country Not Allowed
- Block list from Client Settings
Maropost / GetResponse / Infusionsoft Options
If you have already connected your Maropost, GetResponse or InfusionSoft account(s) these tabs will show list where xverify is configured to validate email before inserting to the list.
To verify click one of the list below and it show you where you configured it.
Here is an example of Maropost and Xverify Setup
How to use copy paste snippet to generate HTML for this
You usually need to copy paste snippet code from its list page. xVerify works behind the scene server side.
<script> submitBtnClick = () => { [[ $maropostContactRequest list="list-name" data="{ email: email }" onSuccess="onSuccess" onError="onError" ]] } </script>
if xVerify validation fails, code wont let email to sent to email services but onError function will catch the errors.