GetEmailUsageReport¶
This method returns a report of email campaign usage over the course of a specified date range.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetEmailUsageReport&APIKey=xxxxxxx&Signature=xxxxxx&DateFrom=2014-08-24%2018%3A49%3A00&DateTo=2016-08-24%2018%3A49%3A00&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetEmailUsageReport ). |
APIKey | Your account’s API key. |
Signature | Your account’s API signature. |
UserId | (required for master/reseller accounts) The account identifier of the account to call the method on. |
DateFrom | The date to report from. |
DateTo | The date to report to. |
Examples¶
Sample response:
<Response>
<SlmiCampaignSent>
<date>2010-10-18 17:45:02</date>
<emails_queued>6051</emails_queued>
<emails_sent>6051</emails_sent>
<User>
<id>1876</id>
<username>johndoe1</username>
</User>
<Title>
<id>12345</id>
<title>ACME Reporter</title>
</Title>
</SlmiCampaignSent>
<SlmiCampaignSent>
...
</SlmiCampaignSent>
<Totals>
<chargeable>40</chargeable>
<queued>40</queued>
</Totals>
</Response>