← Tools Reference

ZeroBounce

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

API key6 toolshttps://api.zerobounce.net
GET
zerobounce_get_credit_balance
Get the current ZeroBounce credit balance.

/v2/getcredits

GET
zerobounce_get_api_usage
Get ZeroBounce API usage metrics for a date range.

/v2/getapiusage

2 parameters
ParamTypeRequiredDescription
start_datestringrequiredThe inclusive usage period start date in YYYY-MM-DD format.
end_datestringrequiredThe inclusive usage period end date in YYYY-MM-DD format.
GET
zerobounce_validate_email
Validate a single email address with ZeroBounce in real time.

/v2/validate

3 parameters
ParamTypeRequiredDescription
emailstringrequiredThe raw email address to validate with ZeroBounce.
ip_addressstringoptionalThe optional client IP address used for geo enrichment.
credits_infobooleanoptionalWhether ZeroBounce should include remaining credits information in the response.
GET
zerobounce_get_activity_data
Get ZeroBounce email activity data for one email address.

/v2/activity

1 parameter
ParamTypeRequiredDescription
emailstringrequiredThe email address used for this ZeroBounce request.
GET
zerobounce_create_filter_rule
Create or update one ZeroBounce custom allow/block filter rule.

/v2/filters/add

3 parameters
ParamTypeRequiredDescription
rulestringrequiredWhether the filter rule should allow or block matching addresses.
targetstringrequiredThe filter scope used by ZeroBounce for this rule.
valuestringrequiredThe filter value such as an email address, domain, MX record, or TLD.
GET
zerobounce_list_filter_rules
List the current ZeroBounce custom allow/block filter rules.

/v2/filters/list