NAiOS IconNAiOS Logo
Volver al catálogo

Zerobounce

zerobounce

ZeroBounce is an email validation and deliverability platform that helps businesses improve email marketing performance by identifying and removing invalid or risky email addresses.

Acciones
18
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • emailanyObligatorioemail

    The email address to retrieve activity data for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

AI Scoring Single EmailZEROBOUNCE_AI_SCORING_SINGLEAcción

Tool 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

  • emailanyObligatorioemail

    The email address to retrieve an AI-generated quality score for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Allow or Block ListZEROBOUNCE_ALLOW_BLOCK_LISTAcción

Tool 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

  • rulestringObligatorioenum

    Action for the filter: 'allow' to whitelist, 'block' to blacklist.

    allowblock
  • valuestringObligatorio

    The email, domain, MX record, or TLD to filter.

  • targetstringObligatorioenum

    Level to apply the filter: 'email', 'domain', 'mx', or 'tld'.

    emaildomainmxtld

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Batch Validate EmailsZEROBOUNCE_BATCH_VALIDATE_EMAILSAcción

Tool 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_keystringObligatorio

    API key for authentication, automatically added

  • timeoutinteger

    Timeout in seconds (10–120). If exceeded, emails marked unknown/greylisted

  • email_batchobject[]Obligatorio

    List of up to 200 email objects to validate

  • verify_plusboolean

    Use Verify+ validation method (overrides account setting)

  • activity_databoolean

    Include activity data in the validation results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete fileZEROBOUNCE_DELETE_FILEAcción

Tool to delete a file that was submitted for bulk validation. use when file status is 'complete'.

Parámetros de entrada

  • file_idstringObligatorio

    The file ID returned when uploading via sendfile API.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Domain Search File StatusZEROBOUNCE_DOMAIN_SEARCH_FILE_STATUSAcción

Tool 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_idstringObligatorio

    The ID of the domain search job returned by the sendfile API.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Domain Search Get FileZEROBOUNCE_DOMAIN_SEARCH_GET_FILEAcción

Tool 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_idstringObligatorio

    The ID of the domain search job returned by the sendfile API.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Domain Search Send FileZEROBOUNCE_DOMAIN_SEARCH_SEND_FILEAcción

Tool 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

  • filestringObligatoriobinary

    Raw contents of the CSV or TXT file to upload.

  • file_namestringObligatorio

    Filename including extension (e.g., 'domains.csv').

  • domain_columnintegerObligatorio

    1-based index of the column containing domains in the file.

  • has_header_rowboolean

    Whether the first row of the file is a header row.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Domain Search SingleZEROBOUNCE_DOMAIN_SEARCH_SINGLEAcción

Tool 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

  • domainstring

    The email domain to search (e.g., 'example.com')

  • company_namestring

    The company name to search if domain is not known (e.g., 'Example Inc')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Email Finder FileZEROBOUNCE_EMAIL_FINDER_DELETE_FILEAcción

Tool 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_keystringObligatorio

    Your API Key, found in your ZeroBounce account.

  • file_idstringObligatorio

    The ID of the file to delete, returned by the email finder sendfile API

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Email Finder File StatusZEROBOUNCE_EMAIL_FINDER_FILE_STATUSAcción

Tool 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_idstringObligatorio

    The file ID returned by the Email Finder send file API

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Email Finder Send FileZEROBOUNCE_EMAIL_FINDER_SEND_FILEAcción

Tool 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

  • filestringObligatoriobinary

    Raw contents of the CSV or TXT file to upload.

  • file_namestringObligatorio

    Filename including extension (e.g., 'emails.csv').

  • domain_columnintegerObligatorio

    1-based index of the column containing domains in the file.

  • has_header_rowboolean

    Whether the first row of the file is a header row.

  • full_name_columninteger

    1-based index of the full name column. Either this or first_name_column is required.

  • last_name_columninteger

    1-based index of the last name column (optional).

  • first_name_columninteger

    1-based index of the first name column. Either this or full_name_column is required.

  • middle_name_columninteger

    1-based index of the middle name column (optional).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Email Finder SingleZEROBOUNCE_EMAIL_FINDER_SINGLEAcción

Tool 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

  • domainstring

    The email domain to search (e.g., 'example.com')

  • last_namestring

    Last name of the person (optional).

  • first_namestring

    First name of the person (optional).

  • middle_namestring

    Middle name of the person (optional).

  • company_namestring

    The company name to search if domain is not known (e.g., 'Example Company LLC')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get API UsageZEROBOUNCE_GET_API_USAGEAcción

Tool to retrieve api usage statistics for a given period. use when you need usage metrics between two dates.

Parámetros de entrada

  • end_dateanyObligatoriodate

    End date of query in YYYY-MM-DD format.

  • start_dateanyObligatoriodate

    Start date of query in YYYY-MM-DD format.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Credit BalanceZEROBOUNCE_GET_CREDIT_BALANCEAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List EvaluatorZEROBOUNCE_LIST_EVALUATORAcción

Tool 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

  • filestringObligatoriobinary

    Raw contents of the CSV or TXT file to upload.

  • file_namestringObligatorio

    Filename including extension (e.g., 'emails.csv').

  • email_address_columnintegerObligatorio

    1-based index of the column containing email addresses.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Send FileZEROBOUNCE_SEND_FILEAcción

Tool 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

  • filestringObligatoriobinary

    Raw contents of the CSV or TXT file to upload.

  • file_namestringObligatorio

    Filename including extension (e.g., 'emails.csv').

  • return_urlstring

    Callback URL to receive notification when file processing is complete (optional).

  • gender_columninteger

    1-based index of the column containing gender in the file (optional).

  • has_header_rowboolean

    Whether the first row of the file is a header row.

  • last_name_columninteger

    1-based index of the column containing the last name in the file (optional).

  • remove_duplicateboolean

    Whether duplicate emails should be removed before processing.

  • first_name_columninteger

    1-based index of the column containing the first name in the file (optional).

  • ip_address_columninteger

    1-based index of the column containing IP address in the file (optional).

  • email_address_columnintegerObligatorio

    1-based index of the column containing the email address in the file.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Validate EmailZEROBOUNCE_VALIDATE_EMAILAcción

Tool 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

  • emailanyObligatorioemail

    The email address to validate.

  • ip_addressanyipv4
  • credits_infoboolean

    Include remaining credits info in the response.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not