check_email_delivery
Diagnose email delivery issues by aggregating block status, sendings, bounces, and reactions into a single diagnostic report.
Instructions
Full delivery diagnostic for a specific email address. Aggregates block status (blocklist + blacklist), sendings, bounces (hard/soft), and reactions (opens/clicks) into a single report. Use this as the primary tool for investigating delivery issues — it replaces the need to call list_sendings, list_bounces, list_reactions, and check_email_blocked separately. Defaults to the last 30 days if no date range is specified. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address to check | ||
| begin | No | ISO 8601 start date (default: last 30 days) | |
| end | No | ISO 8601 end date (default: now) |