get_deliverability_metrics
Retrieve email deliverability metrics like delivery, bounce, acceptance, open, and click rates over a specified time range. Optionally group results by domain, sending IP, campaign, or other dimensions.
Instructions
Get deliverability metrics (from + metrics required; group_by selects a breakdown dimension)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of time range (ISO-8601) | |
| from | Yes | Start of time range (ISO-8601, required) | |
| limit | No | ||
| metrics | Yes | Metrics to retrieve (e.g. count_delivered, count_bounce, count_accepted, open_rate, click_rate) | |
| group_by | No | Breakdown dimension (becomes a URL path suffix) | |
| timezone | No |