I want to look at a longitudinal summary of a single campaign, CampaignA
.
I want to do something like:
curl -s --user "api:0123456789" -G https://api.mailgun.net/v2/example.mailgun.org/campaigns/CampaignA/events?groupby=day&event='sent'
but this is not supported in the API.
Does anyone know of an alternative way to get this information?