Email

Track email metrics including response times and reader activity.

All Email Overview

GET https://{{account_id}}.acquire.io/api/v1/analytics/mail/all-email-overview

View email data including total sent, received, and average response time.

Query Parameters

Name
Type
Description

start_date

string

Date From (Date format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 00:00:00)

end_date

string

Date End (Date Format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 23:59:59)

offset

string

This parameter is used for the timezone value and the default timezone will be "GMT". e.g. +05:30 for particular timezone. Default is +00:00

output

string

json or csv

Headers

Name
Type
Description

Authorization

string

Bearer ***YOUR_API_KEY***

{
  "data": {
    "allEmailOverview": {
      "data": {
        "graphRow": {
          "labels": [
            "16 Mar 2020",
            "16 Apr 2020",
            "16 May 2020",
            "16 Jun 2020",
            "16 Jul 2020",
            "16 Aug 2020",
            "16 Sep 2020",
            "16 Oct 2020",
            "16 Nov 2020",
            "16 Dec 2020",
            "16 Jan 2021",
            "16 Feb 2021",
            "16 Mar 2021"
          ],
          "totalEmails": [
            0,
            0,
            0,
            0,
            0,
            0,
            4,
            16,
            43,
            5,
            5,
            1,
            0
          ],
          "totalEmailsSent": [
            0,
            0,
            0,
            0,
            0,
            0,
            4,
            8,
            25,
            4,
            3,
            1,
            0
          ],
          "totalEmailsReceived": [
            0,
            0,
            0,
            0,
            0,
            0,
            0,
            8,
            18,
            1,
            2,
            0,
            0
          ],
          "averageResponseTime": [
            0,
            0,
            0,
            0,
            0,
            0,
            0,
            13,
            848.2727,
            0,
            66673.5,
            0,
            0
          ]
        },
        "summary": {
          "totalEmails": {
            "current": 74,
            "previous": 0,
            "info": "All emails received and sent by your team."
          },
          "totalEmailsSent": {
            "current": 45,
            "previous": 0
          },
          "totalEmailsReceived": {
            "current": 29,
            "previous": 0
          },
          "averageResponseTime": {
            "current": 4345.342857142857,
            "previous": null
          },
          "averageRating": {
            "current": 0,
            "previous": 0
          }
        }
      },
      "success": true,
      "output": "json"
    }
  

Activity

GET https://{{account_id}}.acquire.io/api/v1/analytics/mail/email-activity

View the most active times for emails that were read, unread, delivered, and replied to, and bounced.

Query Parameters

Name
Type
Description

start_date

string

Date From (Date format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 00:00:00)

end_date

string

Date End (Date Format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 23:59:59)

offset

string

This parameter is used for the timezone value and the default timezone will be "GMT". e.g. +05:30 for particular timezone. Default is +00:00

output

string

json or csv

Headers

Name
Type
Description

Authorization

string

Bearer ***YOUR_API_KEY***

Busiest Periods for Email

GET https://{{account_id}}.acquire.io/api/v1/analytics/mail/all-email-overview

View periods when emails were sent and received.

Query Parameters

Name
Type
Description

start_date

string

Date From (Date format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 00:00:00)

end_date

string

Date End (Date Format = YYYY-MM-DD hh:mm:ss, e.g 2021-01-01 23:59:59)

offset

string

This parameter is used for the timezone value and the default timezone will be "GMT". e.g. +05:30 for particular timezone. Default is +00:00

output

string

json or csv

Headers

Name
Type
Description

Authorization

string

Bearer ***YOUR_API_KEY***

Last updated