Introduction
This integration enables Clay users to validate email addresses using Debounce's email verification service. The Validate Email action leverages Debounce's Single Validation API to check the validity, deliverability, and quality of email addresses. Users can enhance their data accuracy and improve email campaign performance directly within their workflows.
Provider: https://debounce.io
โAPI Documentation: https://developers.debounce.io/reference/single-validation
Input
Name | Is Optional | Description | Type |
Email(s) | Email Addresses. This can be either a single email address, a list of email addresses, separated by commas, or an array of email addresses. | ||
Only "Safe To Send" Emails? | true | By default, emails that are classified as "Risky" by debounce will be returned as valid. If this switch is on, we will only return emails that are classified as "Safe to Send" in Debounce | boolean |
Exclude "Free" Emails? | true | If true, we will remove any email addresses from the response that are free domains (e.g. gmail.com, yahoo.com) | boolean |
Emails to Exclude | true | A list of emails you'd like to exclude, Separated by commas | text |
Output
Name | Type |
Valid Emails | array |
Other Emails | array |
List Of Emails | text |
First Safe To Send Email | |
First Possible Valid Email |