get_transactional_stats
Retrieve transactional email statistics for a specified date range, with options for timezone and grouping.
Instructions
Get transactional email statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Start date for stats (ISO 8601) | |
| to | No | End date for stats (ISO 8601) | |
| timezone | No | Timezone for the date range (e.g. 'UTC', 'Australia/Sydney') | |
| group | No | Grouping for the stats (e.g. 'hour', 'day', 'month') | |
| client_id | No | Client ID (defaults to CM_CLIENT_ID env var) |