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

    Interface GetSmsTemplateResponse

    템플릿 단건 조회 응답

    docs/nhn-sms-api/11-template.md

    interface GetSmsTemplateResponse {
        templateId: string;
        templateName: string;
        templateDesc?: string;
        categoryId: number;
        categoryName?: string;
        sendNo: string;
        sendType: "0" | "1";
        title?: string;
        body: string;
        useYn: "Y" | "N";
        attachFileIdList?: number[];
        createDate: string;
        createUser: string;
        updateDate: string;
        updateUser: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    templateId: string

    템플릿 ID

    templateName: string

    템플릿명

    templateDesc?: string

    템플릿 설명

    categoryId: number

    카테고리 ID

    categoryName?: string

    카테고리명

    sendNo: string

    발신 번호

    sendType: "0" | "1"

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

    title?: string

    제목 (MMS)

    body: string

    본문 내용

    useYn: "Y" | "N"

    사용 여부

    attachFileIdList?: number[]

    첨부 파일 ID 목록 (MMS)

    createDate: string

    생성 일시

    createUser: string

    생성자

    updateDate: string

    수정 일시

    updateUser: string

    수정자