Clearout
clearoutClearout offers AI-powered email validation, email finder, and prospecting services to enhance email deliverability and lead generation.
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ónTool to autocomplete company names to probable domains with confidence scores. Use after obtaining a company name or URL to get suggestions.
CLEAROUT_AUTOCOMPLETE_COMPANY_TO_DOMAINAcciónTool 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
querystringObligatorioCompany name, domain, or website URL to autocomplete domains. Examples: 'amazon', 'amazon.com', 'https://amazon.com/about'.
Parámetros de salida
dataobject[]ObligatorioList of domain suggestions with confidence scores
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI status; 'success' when request is successful
successfulbooleanObligatorioWhether or not the action execution was successful or not
Business Account VerifyCLEAROUT_BUSINESS_ACCOUNT_VERIFYAcciónTool to check if an email belongs to a business/work account. Use when validating corporate emails before onboarding.
CLEAROUT_BUSINESS_ACCOUNT_VERIFYAcciónTool to check if an email belongs to a business/work account. Use when validating corporate emails before onboarding.
Parámetros de entrada
emailstringObligatorioemailAn email address to verify for a business/work account
timeoutintegerRequest wait time in milliseconds; max 110000; default 90000
Parámetros de salida
dataobjectPopulated only on success
errorstringError if any occurred during the execution of the action
statusstringObligatorio'success' or 'failed'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Catch-All VerifyCLEAROUT_CATCH_ALL_VERIFYAcciónTool to check if an email domain is catch-all. Use after confirming email validity.
CLEAROUT_CATCH_ALL_VERIFYAcciónTool to check if an email domain is catch-all. Use after confirming email validity.
Parámetros de entrada
emailstringObligatorioemailEmail address to verify for catch-all
timeoutintegerTimeout in milliseconds; maximum 110000; default 90000
Parámetros de salida
dataobjectData returned on successful verification.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumResult status
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Disposable EmailCLEAROUT_DISPOSABLE_VERIFYAcciónTool to check if an email is from a disposable provider. Use after acquiring an email address.
CLEAROUT_DISPOSABLE_VERIFYAcciónTool to check if an email is from a disposable provider. Use after acquiring an email address.
Parámetros de entrada
emailstringObligatorioEmail address to verify for disposability.
timeoutintegerRequest wait time in milliseconds; maximum 110000; default is 90000 if omitted.
Parámetros de salida
dataobjectSuccessful response payload for disposable verification.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall request status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Find Domain MX RecordsCLEAROUT_DOMAIN_FIND_MXAcciónTool 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).
CLEAROUT_DOMAIN_FIND_MXAcciónTool 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
domainstringObligatorioDomain to resolve MX records for
timeoutintegerMaximum wait time for MX resolution in milliseconds (default 90000, max 110000)
Parámetros de salida
dataobjectResolved MX record data
errorstringError if any occurred during the execution of the action
statusstringObligatorioAPI call status ("success" or "failed")
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch Domain WHOIS InformationCLEAROUT_DOMAIN_FIND_WHOISAcciónTool to fetch WHOIS record for a domain. Use when you need WHOIS data for a domain.
CLEAROUT_DOMAIN_FIND_WHOISAcciónTool to fetch WHOIS record for a domain. Use when you need WHOIS data for a domain.
Parámetros de entrada
domainstringObligatorioDomain to fetch WHOIS information for, must be a non-empty string.
timeoutintegerWait time in milliseconds (max 110000; default 90000).
Parámetros de salida
dataobjectWHOIS lookup data when status is 'success'
errorstringError if any occurred during the execution of the action
statusstringObligatorioResponse status, e.g., 'success' or 'failed'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Email FinderCLEAROUT_EMAIL_FINDER_BULKAcciónTool 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.
CLEAROUT_EMAIL_FINDER_BULKAcciónTool 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
fileobjectObligatorioContacts file to upload for bulk email finding. Supported extensions: .csv, .xlsx.
ignore_duplicate_filestringenumWhether 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
dataobjectData returned when bulk email finder list is created successfully.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumIndicates whether the request succeeded or failed.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
validationobjectPopulated on validation failure; details of invalid parameters.
Cancel Bulk Email Finder JobCLEAROUT_EMAIL_FINDER_BULK_CANCELAcciónTool to cancel a running bulk email finder job. Use when you need to stop an in-progress list scan before completion.
CLEAROUT_EMAIL_FINDER_BULK_CANCELAcciónTool 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_idstringObligatorioThe 24-character hex identifier for the bulk email finder job to cancel.
Parámetros de salida
dataobjectDetails about the canceled job (present if status == 'success')
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall status of the cancel request
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Email Finder Result DownloadCLEAROUT_EMAIL_FINDER_BULK_RESULT_DOWNLOADAcciónTool to generate a bulk email finder result download URL. Use after confirming bulk job completion to retrieve the result file link.
CLEAROUT_EMAIL_FINDER_BULK_RESULT_DOWNLOADAcciónTool 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_idstringObligatorioThe List ID returned by the bulk email finder response used to retrieve the result file.
Parámetros de salida
dataobjectData object containing the download URL.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall status of the request
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Email VerifyCLEAROUT_EMAIL_VERIFY_BULKAcciónTool to upload a CSV or XLSX file for bulk email verification. Use when you have a list of emails to verify in bulk.
CLEAROUT_EMAIL_VERIFY_BULKAcciónTool 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
fileobjectEmail list file to verify in bulk. Supported extensions: .csv, .xlsx.
optimizestringenumOptimization mode for bulk verification. 'highest_accuracy' prioritizes precision; 'fastest_turnaround' prioritizes speed. Defaults to 'highest_accuracy'.
highest_accuracyfastest_turnaroundfile_namestringName of the file when using file_path variant.
file_pathstringAbsolute path to a local file to upload when FileUploadable is not available.
file_mimetypestringMIME type of the file when using file_path variant.
ignore_duplicate_filestringenumWhether 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
dataobjectData returned when bulk email verification list is created successfully.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumIndicates whether the request succeeded or failed.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
validationobjectPopulated on validation failure; details of invalid parameters.
Cancel Bulk Email Verification JobCLEAROUT_EMAIL_VERIFY_BULK_CANCELAcciónTool to cancel a running bulk email verification job. Use when you need to stop an in-progress list before completion.
CLEAROUT_EMAIL_VERIFY_BULK_CANCELAcciónTool 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_idstringObligatorioThe 24-character hex identifier for the bulk email verification job to cancel.
Parámetros de salida
dataobjectDetails about the canceled job (present if status == 'success')
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall status of the cancel request
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Email Verify Progress StatusCLEAROUT_EMAIL_VERIFY_BULK_PROGRESS_STATUSAcciónTool to retrieve progress for a bulk email verification job. Use after initiating a bulk verification to poll its state and percent complete.
CLEAROUT_EMAIL_VERIFY_BULK_PROGRESS_STATUSAcciónTool 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_idstringObligatorioIdentifier of the bulk email verification job returned by the bulk upload endpoint
Parámetros de salida
dataobjectData payload when the bulk email verification job is running or completed.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall request status
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Email Verify Result DownloadCLEAROUT_EMAIL_VERIFY_BULK_RESULT_DOWNLOADAcciónTool to obtain a temporary URL for bulk email verification results. Use after completing a bulk verification job to download the results file.
CLEAROUT_EMAIL_VERIFY_BULK_RESULT_DOWNLOADAcciónTool 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_idstringObligatorioBulk verification list ID returned by the Clearout bulk verification endpoint.
Parámetros de salida
dataobjectData object containing the download URL for bulk results.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall request status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Email Verify Get CreditsCLEAROUT_EMAIL_VERIFY_GET_CREDITSAcciónTool to fetch available email verification credits. Use when checking remaining credits before performing email verifications.
CLEAROUT_EMAIL_VERIFY_GET_CREDITSAcciónTool 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
dataobjectPayload containing credit information
errorstringError if any occurred during the execution of the action
statusstringObligatorio'success' or 'failed'
successfulbooleanObligatorioWhether or not the action execution was successful or not
Instant Email VerifierCLEAROUT_EMAIL_VERIFY_INSTANTAcciónTool to instantly verify a single email address. Use when you need real-time validation before processing an email.
CLEAROUT_EMAIL_VERIFY_INSTANTAcciónTool to instantly verify a single email address. Use when you need real-time validation before processing an email.
Parámetros de entrada
emailstringObligatorioEmail address to verify.
timeoutintegerRequest wait time in milliseconds; default is 130000, max is 180000.
Parámetros de salida
dataobjectResult payload when status is success.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI call status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Free Email AccountCLEAROUT_FREE_ACCOUNT_VERIFYAcciónTool to detect if an email is from a free email service provider. Use after confirming the email format.
CLEAROUT_FREE_ACCOUNT_VERIFYAcciónTool to detect if an email is from a free email service provider. Use after confirming the email format.
Parámetros de entrada
emailstringObligatorioemailAn email address to verify for a free email service provider
timeoutintegerRequest wait time in milliseconds; max 110000; default 90000
Parámetros de salida
dataobjectSuccessful response payload for free account verification.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall request status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Verify Gibberish EmailCLEAROUT_GIBBERISH_ACCOUNT_VERIFYAcciónTool to verify if an email address is gibberish. Use when filtering out nonsensical or invalid-looking emails.
CLEAROUT_GIBBERISH_ACCOUNT_VERIFYAcciónTool to verify if an email address is gibberish. Use when filtering out nonsensical or invalid-looking emails.
Parámetros de entrada
emailstringObligatorioEmail address to verify for gibberish.
timeoutintegerRequest wait time in milliseconds; default is 90000; maximum is 110000.
Parámetros de salida
dataobjectSuccessful response payload for gibberish verification.
errorstringError if any occurred during the execution of the action
statusstringObligatorioOverall request status ('success' or 'failed').
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse Lookup Company by DomainCLEAROUT_REVERSE_LOOKUP_FIND_COMPANY_VIA_DOMAINAcciónTool to find company information by domain. Use when you need to retrieve a company's profile and contact details based on its domain.
CLEAROUT_REVERSE_LOOKUP_FIND_COMPANY_VIA_DOMAINAcciónTool 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
namestringObligatorioDomain name to find the company profile with contact info.
Parámetros de salida
dataobjectResult payload when status is success
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI call status
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Reverse Lookup Person by EmailCLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_EMAILAcciónTool to retrieve a person’s profile from an email address. Use when you want to enrich a valid email with associated person details.
CLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_EMAILAcciónTool 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_addressstringObligatorioEmail address to look up the person profile
Parámetros de salida
dataobjectResponse payload when status is 'success'
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumOverall API status
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Find Person via LinkedIn URLCLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_LINKED_INAcciónTool to discover person information via a LinkedIn profile URL. Use when you need to retrieve person’s profile details from a LinkedIn URL.
CLEAROUT_REVERSE_LOOKUP_FIND_PERSON_VIA_LINKED_INAcciónTool 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
urlstringObligatoriouriLinkedIn profile URL of the person (e.g., https://www.linkedin.com/in/williamhgates/).
Parámetros de salida
dataobjectSuccessfully returned data.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI call status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Role Account VerifierCLEAROUT_ROLE_ACCOUNT_VERIFYAcciónTool to determine if an email is a role-based account. Use when identifying group mailboxes (e.g., support@) before sending targeted communications.
CLEAROUT_ROLE_ACCOUNT_VERIFYAcciónTool 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
emailstringObligatorioEmail address to verify (e.g., support@company.com).
timeoutintegerOptional timeout in milliseconds; default is 90000, max is 110000.
Parámetros de salida
dataobjectSuccess payload for role-account verification.
errorstringError if any occurred during the execution of the action
statusstringObligatorioenumAPI call status.
successfailedsuccessfulbooleanObligatorioWhether or not the action execution was successful or not