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

    Interface GetSmsTagSendRecipientResponse

    태그 발송 수신자 상세 정보

    ⚠️ NHN API 특이사항: 수신자 번호 필드명이 recipientNum (다른 API는 recipientNo)

    docs/sms-api-raw-2-query-bulk.md

    interface GetSmsTagSendRecipientResponse {
        requestId: string;
        recipientSeq: number;
        sendType: string;
        messageType: string;
        templateId?: string;
        templateName?: string;
        sendNo: string;
        title?: string;
        body: string;
        recipientNum: string;
        requestDate: string;
        msgStatusName: string;
        msgStatus: string;
        messageCount: number;
        resultCode?: string;
        receiveDate?: string;
        attachFileList?: SmsTagSendAttachFile[];
        originCode?: string;
        dlr?: { dlrStatus?: string; networkCode?: string; errorCode?: string };
    }
    Index

    Properties

    requestId: string

    요청 ID

    recipientSeq: number

    수신자 시퀀스

    sendType: string

    발송 유형 ("0":SMS, "1":LMS/MMS, "2":Auth)

    messageType: string

    메시지 타입 (SMS/LMS/MMS/AUTH)

    templateId?: string

    템플릿 ID

    templateName?: string

    템플릿명

    sendNo: string

    발신 번호

    title?: string

    제목

    body: string

    내용

    recipientNum: string

    수신자 번호 (⚠️ recipientNo가 아닌 recipientNum)

    requestDate: string

    요청 일시

    msgStatusName: string

    메시지 상태 이름

    msgStatus: string

    메시지 상태 코드

    messageCount: number

    발송된 메시지 건수

    resultCode?: string

    수신 결과 코드

    receiveDate?: string

    수신 일시

    attachFileList?: SmsTagSendAttachFile[]

    첨부 파일 목록

    originCode?: string

    식별 코드 (9자리 숫자)

    dlr?: { dlrStatus?: string; networkCode?: string; errorCode?: string }

    DLR (Delivery Receipt) 정보