Get daily account analytics showing the number of emails sent per day for each email account. Useful for tracking daily sending activity across your accounts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date for the analytics period (optional). If not provided, returns data for the last 30 days.
"2024-01-01"
End date for the analytics period (optional). If not provided, defaults to current date.
"2024-01-31"
Filter by specific email accounts (optional). If not provided, returns data for all accounts in your workspace.
Default Response
The date of the analytics entry, in YYYY-MM-DD format
"2024-01-15"
The email account that sent the emails
"user@example.com"
The total number of campaign emails sent on this date by this account, including emails for subsequences
150
The number of emails that bounced on this date for this account for campaigns - including subsequences
3
The total number of unique contacts who received an email on this date from this account
120
The total number of new leads contacted on this date from this account
50
The total number of opened emails on this date for this account
99
The total number of unique opened emails on this date for this account
60
The total number of replies received on this date for this account
8
The total number of unique replies received on this date for this account
7
The total number of automatic replies detected on this date for this account
2
The total number of unique automatic replies detected on this date for this account
1
The total number of links clicked on this date for this account
30
The total number of unique links clicked on this date for this account. Unique meaning from unique leads, not unique links
20