Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface ListEmailIntegratedStatsRequest

    통합 통계 조회 요청 GET /email/v2.1/appKeys/{appKey}/statistics/view

    tools/api-verifier/extracted-docs/email/통합-통계.md

    interface ListEmailIntegratedStatsRequest {
        from: string;
        to: string;
        searchType: "DATE" | "TIME" | "DAY";
        mailTypes?: string[];
        adYn?: string;
        templateId?: string;
    }
    Index

    Properties

    from: string

    통계 조회 시작 일시 (yyyy-MM-dd HH:mm) - 필수

    to: string

    통계 조회 종료 일시 (yyyy-MM-dd HH:mm) - 필수

    searchType: "DATE" | "TIME" | "DAY"

    통계 구분 (DATE:날짜별, TIME:시간별, DAY:요일별) - 필수

    mailTypes?: string[]

    메일 타입 목록 (NORMAL, MASS, TAG, SMTP)

    adYn?: string

    광고 여부 (Y, N)

    templateId?: string

    템플릿 ID