NeverBounce
neverbounceNeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.
Acciones disponibles (12)
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 Account InfoNEVERBOUNCE_ACCOUNT_INFOAcciónTool to get account information including credits, job counts, and usage statistics. use when retrieving neverbounce account summary after authentication.
NEVERBOUNCE_ACCOUNT_INFOAcciónTool to get account information including credits, job counts, and usage statistics. use when retrieving neverbounce account summary after authentication.
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
Create NeverBounce Bulk Verification JobNEVERBOUNCE_JOBS_CREATEAcciónTool to create a new bulk verification job with parsing, sampling, and callback options. use for asynchronous list verification with advanced control.
NEVERBOUNCE_JOBS_CREATEAcciónTool to create a new bulk verification job with parsing, sampling, and callback options. use for asynchronous list verification with advanced control.
Parámetros de entrada
inputstringObligatorioWhen 'remote_url', a URL to CSV or newline-delimited file. When 'supplied', an array of rows: lists or dicts of primitives.
filenamestringDisplay name for the job in the dashboard.
auto_parsebooleanAutomatically parse the job after creation (default false).
auto_startbooleanAutomatically start verification after parsing (default false).
run_samplebooleanRun a free sample analysis instead of the full job (default false).
callback_urlanyuriHTTP/HTTPS URL to receive lifecycle callbacks.
input_locationstringObligatorioenum'remote_url' to reference a hosted file; 'supplied' to send inline data.
remote_urlsuppliedcallback_headersobjectCustom headers for callback POST requests.
request_meta_dataobjectSettings for manual review behavior.
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 NeverBounce JobNEVERBOUNCE_JOBS_DELETEAcciónTool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. this delete is irreversible.
NEVERBOUNCE_JOBS_DELETEAcciónTool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. this delete is irreversible.
Parámetros de entrada
job_idintegerObligatorioIdentifier of the job to permanently delete.
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
Download Job Results (GET)NEVERBOUNCE_JOBS_DOWNLOAD_GETAcciónTool to download job results as a csv file via get. use after job completion to retrieve segmented or enriched csv output.
NEVERBOUNCE_JOBS_DOWNLOAD_GETAcciónTool to download job results as a csv file via get. use after job completion to retrieve segmented or enriched csv output.
Parámetros de entrada
tldintegerenumAppend tld column
01addrintegerenumAppend addr column
01fqdnintegerenumAppend fqdn column
01hostintegerenumAppend host column
01aliasintegerenumAppend alias column
01domainintegerenumAppend domain column
01job_idintegerObligatorioID of the finished job to download results for
validsintegerenumInclude valid emails
01networkintegerenumAppend network column
01invalidsintegerenumInclude invalid emails
01unknownsintegerenumInclude unknown emails
01catchallsintegerenumInclude catchall emails
01subdomainintegerenumAppend subdomain column
01bad_syntaxintegerenumAppend bad_syntax column
01disposablesintegerenumInclude disposable emails
01email_statusintegerenumAppend email_status column
01has_dns_infointegerenumAppend has_dns_info column
01role_accountintegerenumAppend role_account column
01line_feed_typestringenumCSV linefeed style. Default . Options: LINEFEED_0A0D ( ), LINEFEED_0D0A ( ), LINEFEED_0A ( ), LINEFEED_0D ( )
LINEFEED_0A0DLINEFEED_0D0ALINEFEED_0ALINEFEED_0Dfree_email_hostintegerenumAppend free_email_host column
01has_mail_serverintegerenumAppend has_mail_server column
01only_bad_syntaxintegerenumReturn only bad-syntax records
01only_duplicatesintegerenumReturn only duplicate entries
01email_status_intintegerenumAppend email_status_int column
01include_duplicatesintegerenumInclude duplicate entries
01binary_operators_typestringenumRepresentation for binary flags. Default is 1/0. Options: BIN_1_0, BIN_Y_N, BIN_y_n, BIN_yes_no, BIN_Yes_No, BIN_true_false
BIN_1_0BIN_Y_NBIN_y_nBIN_yes_noBIN_Yes_NoBIN_true_falsemail_server_reachableintegerenumAppend mail_server_reachable column
01
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
Retrieve Job ResultsNEVERBOUNCE_JOBS_RESULTSAcciónTool to retrieve paginated results for a completed job, including original data and verification outcomes. use after confirming job completion and when paging through results.
NEVERBOUNCE_JOBS_RESULTSAcciónTool to retrieve paginated results for a completed job, including original data and verification outcomes. use after confirming job completion and when paging through results.
Parámetros de entrada
pageintegerPage number to fetch (must be ≥1). Defaults to 1.
job_idintegerObligatorioThe ID of the completed job whose results you want to retrieve.
items_per_pageintegerNumber of items per page (1–1000). Defaults to 10.
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
Start NeverBounce JobNEVERBOUNCE_JOBS_STARTAcciónTool to start a parsed job when auto start is disabled. use after creating a job with auto start=false.
NEVERBOUNCE_JOBS_STARTAcciónTool to start a parsed job when auto start is disabled. use after creating a job with auto start=false.
Parámetros de entrada
job_idintegerObligatorioThe ID of the job to start. Must reference an existing job created with auto_start disabled.
run_samplebooleanRun a sample of the job list instead of full processing (default: false).
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 bulk job statusNEVERBOUNCE_JOBS_STATUSAcciónTool to get the status and progress of a bulk verification job. use when
NEVERBOUNCE_JOBS_STATUSAcciónTool to get the status and progress of a bulk verification job. use when
Parámetros de entrada
job_idstringObligatorioThe unique identifier of the bulk verification job.
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
NeverBounce Account InfoNEVERBOUNCE_NEVERBOUNCE_ACCOUNT_INFOAcciónTool to get account information including credits, job counts, and usage statistics. use after authenticating to retrieve neverbounce account summary.
NEVERBOUNCE_NEVERBOUNCE_ACCOUNT_INFOAcciónTool to get account information including credits, job counts, and usage statistics. use after authenticating to retrieve neverbounce account summary.
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
Delete NeverBounce JobNEVERBOUNCE_NEVERBOUNCE_JOBS_DELETEAcciónTool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. deletion is irreversible.
NEVERBOUNCE_NEVERBOUNCE_JOBS_DELETEAcciónTool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. deletion is irreversible.
Parámetros de entrada
job_idintegerObligatorioIdentifier of the bulk verification job to permanently delete.
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
Download Job Results (POST)NEVERBOUNCE_NEVERBOUNCE_JOBS_DOWNLOAD_POSTAcciónTool to download job results as a csv file via post. use after job completion to fetch segmented or enriched csv output.
NEVERBOUNCE_NEVERBOUNCE_JOBS_DOWNLOAD_POSTAcciónTool to download job results as a csv file via post. use after job completion to fetch segmented or enriched csv output.
Parámetros de entrada
tldintegerenumAppend tld column
01fqdnintegerenumAppend fqdn column
01hostintegerenumAppend host column
01aliasintegerenumAppend alias column
01domainintegerenumAppend domain column
01job_idintegerObligatorioID of the finished job to download results for
validsintegerenumInclude valid emails
01networkintegerenumAppend network column
01invalidsintegerenumInclude invalid emails
01unknownsintegerenumInclude unknown emails
01catchallsintegerenumInclude catchall emails
01subdomainintegerenumAppend subdomain column
01bad_syntaxintegerenumAppend bad_syntax column
01disposablesintegerenumInclude disposable emails
01email_statusintegerenumAppend email_status column
01has_dns_infointegerenumAppend has_dns_info column
01role_accountintegerenumAppend role_account column
01line_feed_typestringenumCSV linefeed style. Default is . Options: LINEFEED_0A0D ( ), LINEFEED_0D0A ( ), LINEFEED_0A ( ), LINEFEED_0D ( )
LINEFEED_0A0DLINEFEED_0D0ALINEFEED_0ALINEFEED_0Dfree_email_hostintegerenumAppend free_email_host column
01has_mail_serverintegerenumAppend has_mail_server column
01only_bad_syntaxintegerenumReturn only bad-syntax records
01only_duplicatesintegerenumReturn only duplicate entries
01email_status_intintegerenumAppend email_status_int column
01include_duplicatesintegerenumInclude duplicate entries
01binary_operators_typestringenumRepresentation for binary flags. Default is 1/0. Options: BIN_1_0, BIN_Y_N, BIN_y_n, BIN_yes_no, BIN_Yes_No, BIN_true_false
BIN_1_0BIN_Y_NBIN_y_nBIN_yes_noBIN_Yes_NoBIN_true_falsemail_server_reachableintegerenumAppend mail_server_reachable column
01
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
NeverBounce Single CheckNEVERBOUNCE_SINGLE_CHECKAcciónTool to verify a single email address and gather additional information. use when you need real-time validation at the point of entry.
NEVERBOUNCE_SINGLE_CHECKAcciónTool to verify a single email address and gather additional information. use when you need real-time validation at the point of entry.
Parámetros de entrada
emailanyObligatorioemailEmail address to verify
timeoutintegerTimeout in milliseconds for the verification attempt. Network latency not included in timeout calculation.
request_meta_dataobjectAdditional request metadata to control verification behavior
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
JS Widget Send EventNEVERBOUNCE_WIDGET_SEND_EVENTAcciónTool to send widget form events via the js widget api. use when reporting form.load or form.completion events after user interactions with your form.
NEVERBOUNCE_WIDGET_SEND_EVENTAcciónTool to send widget form events via the js widget api. use when reporting form.load or form.completion events after user interactions with your form.
Parámetros de entrada
eventstringObligatorioenumThe widget event to send. Supported values: 'form.load' (when the form appears) or 'form.completion' (when the form is successfully submitted).
form.loadform.completion
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