NAiOS IconNAiOS Logo
Volver al catálogo

Clearout

clearout

Clearout offers AI-powered email validation, email finder, and prospecting services to enhance email deliverability and lead generation.

Acciones
21
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 (21)

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.

Autocomplete Company to DomainCLEAROUT_AUTOCOMPLETE_COMPANY_TO_DOMAINAcción

Tool to autocomplete company names to probable domains with confidence scores. Use after obtaining a company name or URL to get suggestions.

Parámetros de entrada

  • querystringObligatorio

    Company name, domain, or website URL to autocomplete domains. Examples: 'amazon', 'amazon.com', 'https://amazon.com/about'.

Parámetros de salida

  • dataobject[]Obligatorio

    List of domain suggestions with confidence scores

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API status; 'success' when request is successful

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Business Account VerifyCLEAROUT_BUSINESS_ACCOUNT_VERIFYAcción

Tool to check if an email belongs to a business/work account. Use when validating corporate emails before onboarding.

Parámetros de entrada

  • emailstringObligatorioemail

    An email address to verify for a business/work account

  • timeoutinteger

    Request wait time in milliseconds; max 110000; default 90000

Parámetros de salida

  • dataobject

    Populated only on success

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    'success' or 'failed'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Catch-All VerifyCLEAROUT_CATCH_ALL_VERIFYAcción

Tool to check if an email domain is catch-all. Use after confirming email validity.

Parámetros de entrada

  • emailstringObligatorioemail

    Email address to verify for catch-all

  • timeoutinteger

    Timeout in milliseconds; maximum 110000; default 90000

Parámetros de salida

  • dataobject

    Data returned on successful verification.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Result status

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify Disposable EmailCLEAROUT_DISPOSABLE_VERIFYAcción

Tool to check if an email is from a disposable provider. Use after acquiring an email address.

Parámetros de entrada

  • emailstringObligatorio

    Email address to verify for disposability.

  • timeoutinteger

    Request wait time in milliseconds; maximum 110000; default is 90000 if omitted.

Parámetros de salida

  • dataobject

    Successful response payload for disposable verification.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall request status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Domain MX RecordsCLEAROUT_DOMAIN_FIND_MXAcción

Tool to retrieve MX records for a domain in priority order. Use when you need to find a domain's mail servers (e.g., for email routing setup).

Parámetros de entrada

  • domainstringObligatorio

    Domain to resolve MX records for

  • timeoutinteger

    Maximum wait time for MX resolution in milliseconds (default 90000, max 110000)

Parámetros de salida

  • dataobject

    Resolved MX record data

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    API call status ("success" or "failed")

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch Domain WHOIS InformationCLEAROUT_DOMAIN_FIND_WHOISAcción

Tool to fetch WHOIS record for a domain. Use when you need WHOIS data for a domain.

Parámetros de entrada

  • domainstringObligatorio

    Domain to fetch WHOIS information for, must be a non-empty string.

  • timeoutinteger

    Wait time in milliseconds (max 110000; default 90000).

Parámetros de salida

  • dataobject

    WHOIS lookup data when status is 'success'

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Response status, e.g., 'success' or 'failed'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Email FinderCLEAROUT_EMAIL_FINDER_BULKAcción

Tool to upload a CSV or XLSX contacts file for bulk email finding. Use when you need to find emails for a list of contacts in bulk.

Parámetros de entrada

  • fileobjectObligatorio

    Contacts file to upload for bulk email finding. Supported extensions: .csv, .xlsx.

  • ignore_duplicate_filestringenum

    Whether to allow uploading a file with the same name and size as a recent upload. Defaults to 'false'. Set to 'true' to override duplicates.

    truefalse

Parámetros de salida

  • dataobject

    Data returned when bulk email finder list is created successfully.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Indicates whether the request succeeded or failed.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • validationobject

    Populated on validation failure; details of invalid parameters.

Cancel Bulk Email Finder JobCLEAROUT_EMAIL_FINDER_BULK_CANCELAcción

Tool to cancel a running bulk email finder job. Use when you need to stop an in-progress list scan before completion.

Parámetros de entrada

  • list_idstringObligatorio

    The 24-character hex identifier for the bulk email finder job to cancel.

Parámetros de salida

  • dataobject

    Details about the canceled job (present if status == 'success')

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall status of the cancel request

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Email Finder Result DownloadCLEAROUT_EMAIL_FINDER_BULK_RESULT_DOWNLOADAcción

Tool to generate a bulk email finder result download URL. Use after confirming bulk job completion to retrieve the result file link.

Parámetros de entrada

  • list_idstringObligatorio

    The List ID returned by the bulk email finder response used to retrieve the result file.

Parámetros de salida

  • dataobject

    Data object containing the download URL.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall status of the request

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Email VerifyCLEAROUT_EMAIL_VERIFY_BULKAcción

Tool to upload a CSV or XLSX file for bulk email verification. Use when you have a list of emails to verify in bulk.

Parámetros de entrada

  • fileobject

    Email list file to verify in bulk. Supported extensions: .csv, .xlsx.

  • optimizestringenum

    Optimization mode for bulk verification. 'highest_accuracy' prioritizes precision; 'fastest_turnaround' prioritizes speed. Defaults to 'highest_accuracy'.

    highest_accuracyfastest_turnaround
  • file_namestring

    Name of the file when using file_path variant.

  • file_pathstring

    Absolute path to a local file to upload when FileUploadable is not available.

  • file_mimetypestring

    MIME type of the file when using file_path variant.

  • ignore_duplicate_filestringenum

    Whether to allow uploading a file that matches a recent upload (same name & size). Defaults to 'false'. Set to 'true' to override duplicates.

    truefalse

Parámetros de salida

  • dataobject

    Data returned when bulk email verification list is created successfully.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Indicates whether the request succeeded or failed.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • validationobject

    Populated on validation failure; details of invalid parameters.

Cancel Bulk Email Verification JobCLEAROUT_EMAIL_VERIFY_BULK_CANCELAcción

Tool to cancel a running bulk email verification job. Use when you need to stop an in-progress list before completion.

Parámetros de entrada

  • list_idstringObligatorio

    The 24-character hex identifier for the bulk email verification job to cancel.

Parámetros de salida

  • dataobject

    Details about the canceled job (present if status == 'success')

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall status of the cancel request

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Email Verify Progress StatusCLEAROUT_EMAIL_VERIFY_BULK_PROGRESS_STATUSAcción

Tool to retrieve progress for a bulk email verification job. Use after initiating a bulk verification to poll its state and percent complete.

Parámetros de entrada

  • list_idstringObligatorio

    Identifier of the bulk email verification job returned by the bulk upload endpoint

Parámetros de salida

  • dataobject

    Data payload when the bulk email verification job is running or completed.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall request status

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Bulk Email Verify Result DownloadCLEAROUT_EMAIL_VERIFY_BULK_RESULT_DOWNLOADAcción

Tool to obtain a temporary URL for bulk email verification results. Use after completing a bulk verification job to download the results file.

Parámetros de entrada

  • list_idstringObligatorio

    Bulk verification list ID returned by the Clearout bulk verification endpoint.

Parámetros de salida

  • dataobject

    Data object containing the download URL for bulk results.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall request status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Email Verify Get CreditsCLEAROUT_EMAIL_VERIFY_GET_CREDITSAcción

Tool to fetch available email verification credits. Use when checking remaining credits before performing email verifications.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject

    Payload containing credit information

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    'success' or 'failed'

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Instant Email VerifierCLEAROUT_EMAIL_VERIFY_INSTANTAcción

Tool to instantly verify a single email address. Use when you need real-time validation before processing an email.

Parámetros de entrada

  • emailstringObligatorio

    Email address to verify.

  • timeoutinteger

    Request wait time in milliseconds; default is 130000, max is 180000.

Parámetros de salida

  • dataobject

    Result payload when status is success.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    API call status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify Free Email AccountCLEAROUT_FREE_ACCOUNT_VERIFYAcción

Tool to detect if an email is from a free email service provider. Use after confirming the email format.

Parámetros de entrada

  • emailstringObligatorioemail

    An email address to verify for a free email service provider

  • timeoutinteger

    Request wait time in milliseconds; max 110000; default 90000

Parámetros de salida

  • dataobject

    Successful response payload for free account verification.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall request status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Verify Gibberish EmailCLEAROUT_GIBBERISH_ACCOUNT_VERIFYAcción

Tool to verify if an email address is gibberish. Use when filtering out nonsensical or invalid-looking emails.

Parámetros de entrada

  • emailstringObligatorio

    Email address to verify for gibberish.

  • timeoutinteger

    Request wait time in milliseconds; default is 90000; maximum is 110000.

Parámetros de salida

  • dataobject

    Successful response payload for gibberish verification.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorio

    Overall request status ('success' or 'failed').

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reverse Lookup Company by DomainCLEAROUT_REVERSE_LOOKUP_FIND_COMPANY_VIA_DOMAINAcción

Tool to find company information by domain. Use when you need to retrieve a company's profile and contact details based on its domain.

Parámetros de entrada

  • namestringObligatorio

    Domain name to find the company profile with contact info.

Parámetros de salida

  • dataobject

    Result payload when status is success

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    API call status

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reverse Lookup Person by EmailCLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_EMAILAcción

Tool to retrieve a person’s profile from an email address. Use when you want to enrich a valid email with associated person details.

Parámetros de entrada

  • email_addressstringObligatorio

    Email address to look up the person profile

Parámetros de salida

  • dataobject

    Response payload when status is 'success'

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    Overall API status

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Person via LinkedIn URLCLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_LINKED_INAcción

Tool to discover person information via a LinkedIn profile URL. Use when you need to retrieve person’s profile details from a LinkedIn URL.

Parámetros de entrada

  • urlstringObligatoriouri

    LinkedIn profile URL of the person (e.g., https://www.linkedin.com/in/williamhgates/).

Parámetros de salida

  • dataobject

    Successfully returned data.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    API call status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Role Account VerifierCLEAROUT_ROLE_ACCOUNT_VERIFYAcción

Tool to determine if an email is a role-based account. Use when identifying group mailboxes (e.g., support@) before sending targeted communications.

Parámetros de entrada

  • emailstringObligatorio

    Email address to verify (e.g., support@company.com).

  • timeoutinteger

    Optional timeout in milliseconds; default is 90000, max is 110000.

Parámetros de salida

  • dataobject

    Success payload for role-account verification.

  • errorstring

    Error if any occurred during the execution of the action

  • statusstringObligatorioenum

    API call status.

    successfailed
  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not