Get Email Analytics
get_email_analyticsRetrieve a detailed email analytics dashboard showing top senders, peak hours, attachment statistics, and response times for troubleshooting communication patterns.
Instructions
Return a detailed inbox-and-sent dashboard: top senders/recipients, peak hours, attachment stats, and measured response times (null when insufficient data). Use get_email_stats for a compact overview or get_volume_trends for a custom date window. Results are cached for 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topSenders | Yes | ||
| volumeTrends | Yes | ||
| topRecipients | Yes | ||
| attachmentStats | No | ||
| peakActivityHours | No | ||
| responseTimeStats | No | Null when no sent replies could be matched to received emails. |