← Tools Reference

NeverBounce

NeverBounce integration (Communication, Marketing). Imported from open-connector.

API key8 toolshttps://api.neverbounce.com/v4.2
GET
neverbounce_get_account_info
Get the current NeverBounce account credit summary and bulk job counters.

/account/info

GET
neverbounce_single_check
Verify a single email address with NeverBounce and return the verification result.

/single/check

4 parameters
ParamTypeRequiredDescription
emailstringrequiredThe email address to verify.
address_infobooleanoptionalWhether to include the optional address_info object.
credits_infobooleanoptionalWhether to include current credit counters.
timeoutintegeroptionalThe maximum verification time in seconds.
POST
neverbounce_create_job
Create a NeverBounce bulk verification job from a remote file or supplied rows.

/jobs/create

POST
neverbounce_parse_job
Parse a NeverBounce bulk job created without auto_parse enabled.

/jobs/parse

2 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe NeverBounce job identifier returned by the jobs API.
auto_startbooleanoptionalWhether NeverBounce should start verification after parsing.
POST
neverbounce_start_job
Start a parsed NeverBounce bulk job.

/jobs/start

2 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe NeverBounce job identifier returned by the jobs API.
run_samplebooleanoptionalWhether NeverBounce should run the job as a sample.
GET
neverbounce_get_job_status
Retrieve the current processing status and aggregate counts for a NeverBounce job.

/jobs/status

1 parameter
ParamTypeRequiredDescription
job_idintegerrequiredThe NeverBounce job identifier returned by the jobs API.
GET
neverbounce_get_job_results
Retrieve paginated NeverBounce verification results for a completed bulk job.

/jobs/results

3 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe NeverBounce job identifier returned by the jobs API.
pageintegeroptionalThe results page to fetch.
items_per_pageintegeroptionalThe number of results per page.
GET
neverbounce_download_job_results
Download a NeverBounce bulk job as CSV with optional result filters and extra columns.

/jobs/download

27 parameters
ParamTypeRequiredDescription
job_idintegerrequiredThe NeverBounce job identifier returned by the jobs API.
validsbooleanoptionalWhether valid email results should be included.
invalidsbooleanoptionalWhether invalid email results should be included.
catchallsbooleanoptionalWhether catchall email results should be included.
unknownsbooleanoptionalWhether unknown email results should be included.
disposablesbooleanoptionalWhether disposable email results should be included.
include_duplicatesbooleanoptionalWhether duplicate rows should be included.
only_duplicatesbooleanoptionalWhether only duplicate rows should be returned.
only_bad_syntaxbooleanoptionalWhether only bad-syntax rows should be returned.
email_statusbooleanoptionalWhether the CSV should include the email_status column.
email_status_intbooleanoptionalWhether the CSV should include the integer email_status column.
has_dns_infobooleanoptionalWhether the CSV should include has_dns_info.
has_mail_serverbooleanoptionalWhether the CSV should include has_mail_server.
mail_server_reachablebooleanoptionalWhether the CSV should include mail_server_reachable.
free_email_hostbooleanoptionalWhether the CSV should include free_email_host.
role_accountbooleanoptionalWhether the CSV should include role_account.
addrbooleanoptionalWhether the CSV should include addr.
aliasbooleanoptionalWhether the CSV should include alias.
hostbooleanoptionalWhether the CSV should include host.
fqdnbooleanoptionalWhether the CSV should include fqdn.
subdomainbooleanoptionalWhether the CSV should include subdomain.
domainbooleanoptionalWhether the CSV should include domain.
tldbooleanoptionalWhether the CSV should include tld.
networkbooleanoptionalWhether the CSV should include network.
bad_syntaxbooleanoptionalWhether the CSV should include bad_syntax.
binary_operators_typestringoptionalThe representation used for binary flags.
line_feed_typestringoptionalThe line feed style used in the downloaded CSV.