Documentation Index
Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Playbook
ZeroBounce Workflow Guidance
- Use
zerobounce_validateas the final email validation gate before any outbound send. Treatinvalid,catch-all,spamtrap,abuse, anddo_not_mailstatuses as non-send by default. - Always inspect
sub_statusfor granular failure reasons;statusalone is not sufficient. For example,do_not_mail+role_basedmay still be acceptable for account-based campaigns whereasdo_not_mail+disposablenever is. - Do not use
zerobounce_batch_validate. ZeroBounce’s batch endpoint currently returns 403 Access denied from Deepline egress, so Deepline disables the batch action anddeepline enrichrunszerobounce_validateas single-email calls instead. - Use
zerobounce_email_finderonly for person-level lookups.domainis required, and at least one offirst_nameorlast_namemust be present. - Use
zerobounce_domain_searchfor domain-only pattern discovery. It preserves the legacy Deepline public contract while mapping to the shared v2guessformatendpoint. - Use
zerobounce_activity_datato check recent engagement before re-engaging cold contacts. Anactive_in_daysover 365 suggests the address may be abandoned. - When the
did_you_meanfield is non-empty, consider prompting the user or auto-correcting before sending.