Zerobounce
zerobounceZeroBounce is an email validation and deliverability platform that helps businesses improve email marketing performance by identifying and removing invalid or risky email addresses.
Acciones disponibles (18)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Activity DataZEROBOUNCE_ACTIVITY_DATAAcciónTool to get activity data (opens, clicks, etc.) for a given email. use after confirming the email address to gauge engagement recency.
ZEROBOUNCE_ACTIVITY_DATAAcciónTool to get activity data (opens, clicks, etc.) for a given email. use after confirming the email address to gauge engagement recency.
Parámetros de entrada
emailanyObligatorioemailThe email address to retrieve activity data for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
AI Scoring Single EmailZEROBOUNCE_AI_SCORING_SINGLEAcciónTool to score a single email address using zerobounce ai. use when you need real-time email lead quality feedback before outreach. example prompt: "score the email mark@gmail.com."
ZEROBOUNCE_AI_SCORING_SINGLEAcciónTool to score a single email address using zerobounce ai. use when you need real-time email lead quality feedback before outreach. example prompt: "score the email mark@gmail.com."
Parámetros de entrada
emailanyObligatorioemailThe email address to retrieve an AI-generated quality score for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Allow or Block ListZEROBOUNCE_ALLOW_BLOCK_LISTAcciónTool to manage allowlist and blocklist for email validation. use when you need to programmatically add or modify custom filters before validating emails.
ZEROBOUNCE_ALLOW_BLOCK_LISTAcciónTool to manage allowlist and blocklist for email validation. use when you need to programmatically add or modify custom filters before validating emails.
Parámetros de entrada
rulestringObligatorioenumAction for the filter: 'allow' to whitelist, 'block' to blacklist.
allowblockvaluestringObligatorioThe email, domain, MX record, or TLD to filter.
targetstringObligatorioenumLevel to apply the filter: 'email', 'domain', 'mx', or 'tld'.
emaildomainmxtld
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Batch Validate EmailsZEROBOUNCE_BATCH_VALIDATE_EMAILSAcciónTool to validate a batch of email addresses in real time. use when you need to validate up to 200 emails at once with optional activity data.
ZEROBOUNCE_BATCH_VALIDATE_EMAILSAcciónTool to validate a batch of email addresses in real time. use when you need to validate up to 200 emails at once with optional activity data.
Parámetros de entrada
api_keystringObligatorioAPI key for authentication, automatically added
timeoutintegerTimeout in seconds (10–120). If exceeded, emails marked unknown/greylisted
email_batchobject[]ObligatorioList of up to 200 email objects to validate
verify_plusbooleanUse Verify+ validation method (overrides account setting)
activity_databooleanInclude activity data in the validation results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete fileZEROBOUNCE_DELETE_FILEAcciónTool to delete a file that was submitted for bulk validation. use when file status is 'complete'.
ZEROBOUNCE_DELETE_FILEAcciónTool to delete a file that was submitted for bulk validation. use when file status is 'complete'.
Parámetros de entrada
file_idstringObligatorioThe file ID returned when uploading via sendfile API.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain Search File StatusZEROBOUNCE_DOMAIN_SEARCH_FILE_STATUSAcciónTool to get the processing status of a file submitted for bulk domain search. use after submitting the file to poll status.
ZEROBOUNCE_DOMAIN_SEARCH_FILE_STATUSAcciónTool to get the processing status of a file submitted for bulk domain search. use after submitting the file to poll status.
Parámetros de entrada
file_idstringObligatorioThe ID of the domain search job returned by the sendfile API.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain Search Get FileZEROBOUNCE_DOMAIN_SEARCH_GET_FILEAcciónTool to download the results file for a completed bulk domain search job. use when you have the file id and the job is complete.
ZEROBOUNCE_DOMAIN_SEARCH_GET_FILEAcciónTool to download the results file for a completed bulk domain search job. use when you have the file id and the job is complete.
Parámetros de entrada
file_idstringObligatorioThe ID of the domain search job returned by the sendfile API.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain Search Send FileZEROBOUNCE_DOMAIN_SEARCH_SEND_FILEAcciónTool to upload a file for bulk domain search. use when you have many domains in a csv/txt and need to lookup their details in bulk.
ZEROBOUNCE_DOMAIN_SEARCH_SEND_FILEAcciónTool to upload a file for bulk domain search. use when you have many domains in a csv/txt and need to lookup their details in bulk.
Parámetros de entrada
filestringObligatoriobinaryRaw contents of the CSV or TXT file to upload.
file_namestringObligatorioFilename including extension (e.g., 'domains.csv').
domain_columnintegerObligatorio1-based index of the column containing domains in the file.
has_header_rowbooleanWhether the first row of the file is a header row.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Domain Search SingleZEROBOUNCE_DOMAIN_SEARCH_SINGLEAcciónTool to identify common email address formats for a given domain. use when you need to guess email patterns for a company based on its domain.
ZEROBOUNCE_DOMAIN_SEARCH_SINGLEAcciónTool to identify common email address formats for a given domain. use when you need to guess email patterns for a company based on its domain.
Parámetros de entrada
domainstringThe email domain to search (e.g., 'example.com')
company_namestringThe company name to search if domain is not known (e.g., 'Example Inc')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Email Finder FileZEROBOUNCE_EMAIL_FINDER_DELETE_FILEAcciónTool to delete a file that was submitted for bulk email finding. use when the file processing status is 'complete' and you need to remove it.
ZEROBOUNCE_EMAIL_FINDER_DELETE_FILEAcciónTool to delete a file that was submitted for bulk email finding. use when the file processing status is 'complete' and you need to remove it.
Parámetros de entrada
api_keystringObligatorioYour API Key, found in your ZeroBounce account.
file_idstringObligatorioThe ID of the file to delete, returned by the email finder sendfile API
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email Finder File StatusZEROBOUNCE_EMAIL_FINDER_FILE_STATUSAcciónTool to get the processing status of a file submitted for bulk email finding. use when you need to poll the progress of a bulk email-finder file upload.
ZEROBOUNCE_EMAIL_FINDER_FILE_STATUSAcciónTool to get the processing status of a file submitted for bulk email finding. use when you need to poll the progress of a bulk email-finder file upload.
Parámetros de entrada
file_idstringObligatorioThe file ID returned by the Email Finder send file API
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email Finder Send FileZEROBOUNCE_EMAIL_FINDER_SEND_FILEAcciónTool to upload a file for bulk email finding. use when you have lists of names and domains to find emails in bulk via csv/txt upload.
ZEROBOUNCE_EMAIL_FINDER_SEND_FILEAcciónTool to upload a file for bulk email finding. use when you have lists of names and domains to find emails in bulk via csv/txt upload.
Parámetros de entrada
filestringObligatoriobinaryRaw contents of the CSV or TXT file to upload.
file_namestringObligatorioFilename including extension (e.g., 'emails.csv').
domain_columnintegerObligatorio1-based index of the column containing domains in the file.
has_header_rowbooleanWhether the first row of the file is a header row.
full_name_columninteger1-based index of the full name column. Either this or first_name_column is required.
last_name_columninteger1-based index of the last name column (optional).
first_name_columninteger1-based index of the first name column. Either this or full_name_column is required.
middle_name_columninteger1-based index of the middle name column (optional).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Email Finder SingleZEROBOUNCE_EMAIL_FINDER_SINGLEAcciónTool to find an email address for a given person and domain. use when you need to locate a professional email from a person's name and company domain. use after confirming domain or company info.
ZEROBOUNCE_EMAIL_FINDER_SINGLEAcciónTool to find an email address for a given person and domain. use when you need to locate a professional email from a person's name and company domain. use after confirming domain or company info.
Parámetros de entrada
domainstringThe email domain to search (e.g., 'example.com')
last_namestringLast name of the person (optional).
first_namestringFirst name of the person (optional).
middle_namestringMiddle name of the person (optional).
company_namestringThe company name to search if domain is not known (e.g., 'Example Company LLC')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API UsageZEROBOUNCE_GET_API_USAGEAcciónTool to retrieve api usage statistics for a given period. use when you need usage metrics between two dates.
ZEROBOUNCE_GET_API_USAGEAcciónTool to retrieve api usage statistics for a given period. use when you need usage metrics between two dates.
Parámetros de entrada
end_dateanyObligatoriodateEnd date of query in YYYY-MM-DD format.
start_dateanyObligatoriodateStart date of query in YYYY-MM-DD format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Credit BalanceZEROBOUNCE_GET_CREDIT_BALANCEAcciónTool to retrieve your current zerobounce email validation credit balance. use when you need to monitor remaining credits to avoid service interruptions.
ZEROBOUNCE_GET_CREDIT_BALANCEAcciónTool to retrieve your current zerobounce email validation credit balance. use when you need to monitor remaining credits to avoid service interruptions.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EvaluatorZEROBOUNCE_LIST_EVALUATORAcciónTool to evaluate the quality of an email list. use when you have a list of emails and need a quick health check before full validation.
ZEROBOUNCE_LIST_EVALUATORAcciónTool to evaluate the quality of an email list. use when you have a list of emails and need a quick health check before full validation.
Parámetros de entrada
filestringObligatoriobinaryRaw contents of the CSV or TXT file to upload.
file_namestringObligatorioFilename including extension (e.g., 'emails.csv').
email_address_columnintegerObligatorio1-based index of the column containing email addresses.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Send FileZEROBOUNCE_SEND_FILEAcciónTool to upload a file for bulk email validation. use when you need to validate large lists of emails via csv or txt file.
ZEROBOUNCE_SEND_FILEAcciónTool to upload a file for bulk email validation. use when you need to validate large lists of emails via csv or txt file.
Parámetros de entrada
filestringObligatoriobinaryRaw contents of the CSV or TXT file to upload.
file_namestringObligatorioFilename including extension (e.g., 'emails.csv').
return_urlstringCallback URL to receive notification when file processing is complete (optional).
gender_columninteger1-based index of the column containing gender in the file (optional).
has_header_rowbooleanWhether the first row of the file is a header row.
last_name_columninteger1-based index of the column containing the last name in the file (optional).
remove_duplicatebooleanWhether duplicate emails should be removed before processing.
first_name_columninteger1-based index of the column containing the first name in the file (optional).
ip_address_columninteger1-based index of the column containing IP address in the file (optional).
email_address_columnintegerObligatorio1-based index of the column containing the email address in the file.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate EmailZEROBOUNCE_VALIDATE_EMAILAcciónTool to validate a single email address in real time. use when you need to confirm deliverability and domain details before sending emails.
ZEROBOUNCE_VALIDATE_EMAILAcciónTool to validate a single email address in real time. use when you need to confirm deliverability and domain details before sending emails.
Parámetros de entrada
emailanyObligatorioemailThe email address to validate.
ip_addressanyipv4credits_infobooleanInclude remaining credits info in the response.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not