Neverbounce

Learn how to use Neverbounce with Composio

Overview

SLUG

NEVERBOUNCE

Description

NeverBounce provides email verification services to ensure the validity of email addresses, enhancing deliverability and reducing bounce rates.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: NEVERBOUNCE_ACCOUNT_INFO

Tool to get account information including credits, job counts, and usage statistics. use when retrieving neverbounce account summary after authentication.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_CREATE

Tool to create a new bulk verification job with parsing, sampling, and callback options. use for asynchronous list verification with advanced control.

Action Parameters

auto_parse
boolean
auto_start
boolean
callback_headers
object
callback_url
filename
string
input
stringRequired
input_location
stringRequired
request_meta_data
object
run_sample
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_DELETE

Tool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. this delete is irreversible.

Action Parameters

job_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_DOWNLOAD_GET

Tool to download job results as a csv file via get. use after job completion to retrieve segmented or enriched csv output.

Action Parameters

addr
integer
alias
integer
bad_syntax
integer
binary_operators_type
string
catchalls
integer
disposables
integer
domain
integer
email_status
integer
email_status_int
integer
fqdn
integer
free_email_host
integer
has_dns_info
integer
has_mail_server
integer
host
integer
include_duplicates
integer
invalids
integer
job_id
integerRequired
line_feed_type
string
mail_server_reachable
integer
network
integer
only_bad_syntax
integer
only_duplicates
integer
role_account
integer
subdomain
integer
tld
integer
unknowns
integer
valids
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_RESULTS

Tool to retrieve paginated results for a completed job, including original data and verification outcomes. use after confirming job completion and when paging through results.

Action Parameters

items_per_page
integerDefaults to 10
job_id
integerRequired
page
integerDefaults to 1

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_START

Tool to start a parsed job when auto start is disabled. use after creating a job with auto start=false.

Action Parameters

job_id
integerRequired
run_sample
boolean

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_JOBS_STATUS

Tool to get the status and progress of a bulk verification job. use when

Action Parameters

job_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_NEVERBOUNCE_ACCOUNT_INFO

Tool to get account information including credits, job counts, and usage statistics. use after authenticating to retrieve neverbounce account summary.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_NEVERBOUNCE_JOBS_DELETE

Tool to permanently delete a job and its results. use when you need to irreversibly remove a bulk verification job. deletion is irreversible.

Action Parameters

job_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_NEVERBOUNCE_JOBS_DOWNLOAD_POST

Tool to download job results as a csv file via post. use after job completion to fetch segmented or enriched csv output.

Action Parameters

alias
integer
bad_syntax
integer
binary_operators_type
string
catchalls
integer
disposables
integer
domain
integer
email_status
integer
email_status_int
integer
fqdn
integer
free_email_host
integer
has_dns_info
integer
has_mail_server
integer
host
integer
include_duplicates
integer
invalids
integer
job_id
integerRequired
line_feed_type
string
mail_server_reachable
integer
network
integer
only_bad_syntax
integer
only_duplicates
integer
role_account
integer
subdomain
integer
tld
integer
unknowns
integer
valids
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_SINGLE_CHECK

Tool to verify a single email address and gather additional information. use when you need real-time validation at the point of entry.

Action Parameters

email
Required
request_meta_data
object
timeout
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: NEVERBOUNCE_WIDGET_SEND_EVENT

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

Action Parameters

event
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired