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

    Interface AlimtalkResendParameter

    알림톡 대체 발송 파라미터

    interface AlimtalkResendParameter {
        isResend?: boolean;
        resendType?: "SMS" | "LMS";
        resendTitle?: string;
        resendContent?: string;
        resendSendNo?: string;
    }
    Index

    Properties

    isResend?: boolean

    발송 실패 시 문자 대체 발송 여부

    resendType?: "SMS" | "LMS"

    대체 발송 타입 (SMS/LMS), 미입력 시 템플릿 본문 길이에 따라 자동 구분

    resendTitle?: string

    LMS 대체 발송 제목, 미입력 시 플러스친구 ID로 발송

    resendContent?: string

    대체 발송 내용, 미입력 시 [메시지 본문 + 웹링크 버튼명 - Mobile 링크]로 발송

    resendSendNo?: string

    대체 발송 발신 번호 (SMS 서비스에 등록된 발신 번호 필요)