GetStatisticsRequest: {
    domainId?: string;
    mailFrom?: string;
    projectId?: string;
    region?: Region;
    since?: Date;
    until?: Date;
}

Type declaration

  • OptionaldomainId?: string

    (Optional) Number of emails sent from this domain (must be coherent with the project_id and the organization_id).

  • OptionalmailFrom?: string

    (Optional) Number of emails sent with this sender's email address.

  • OptionalprojectId?: string

    (Optional) Number of emails for this Project.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionalsince?: Date

    (Optional) Number of emails created after this date.

  • Optionaluntil?: Date

    (Optional) Number of emails created before this date.