EmailLogsResponse

  • items
    Type: array object[] · EmailLogItem[]

    로그 아이템 목록

    • action
      Type: stringenum

      구독자 활동

      • P : 발송 성공
      • F : 발송 실패(소프트바운스)
      • A : 발송 실패(하드바운스)
      • D : 수신 거부
      • O : 이메일 오픈
      • C : 이메일 본문 내 링크 클릭
      values
      • P
      • F
      • A
      • D
      • O
      • C
    • createdTime
      Type: stringFormat: date-time

      구독자 활동 생성 시간

    • id
      Type: integer

      로그 아이디

    • subscriber
      Type: stringFormat: email

      구독자 이메일

    • value
      Type: string

      구독자 활동별 값

      • action이 O이면, UserAgent 정보
      • action이 C이면, 클릭한 URL
    • value2
      Type: string

      구독자 활동별 보조 값

      • action이 C이면, UserAgent 정보
      • action이 P, F, A이면, 발송 성공/실패 서버 응답값
  • limit
    Type: integer

    한 번에 가져올 데이터의 최대 개수

  • offset
    Type: integer

    현재 데이터 조회가 시작되는 위치

  • total
    Type: integer

    전체 데이터의 총 개수