action zoomconnect_get_statistics { label: "statistics" description: "Returns data from the statistics report. Note that by default the statistics shown are based on the number of messages, use the calculateCreditValue should you wish to calculate the statistics based on credit value." provider: zoomconnect method: GET path: "/api/rest/v1/account/statistics" encoding: json input: { type: "object" properties: { calculateCreditValue: { type: "string" } campaign: { type: "string" } from: { type: "string" } includeRefundedAndOptout: { type: "string" } to: { type: "string" } userEmailAddress: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }