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

    Interface AlimtalkTemplate

    알림톡 템플릿 정보

    interface AlimtalkTemplate {
        templateCode: string;
        templateName: string;
        templateContent: string;
        templateMessageType: AlimtalkTemplateMessageType;
        templateEmphasizeType: AlimtalkTemplateEmphasizeType;
        templateExtra?: string;
        templateTitle?: string;
        templateSubtitle?: string;
        templateHeader?: string;
        templateItem?: AlimtalkTemplateItem;
        templateItemHighlight?: AlimtalkTemplateItemHighlight;
        templateRepresentLink?: AlimtalkTemplateRepresentLink;
        templateImageName?: string;
        templateImageUrl?: string;
        securityFlag: boolean;
        categoryCode: string;
        buttons?: AlimtalkButton[];
        quickReplies?: AlimtalkQuickReply[];
        templateStatus: AlimtalkTemplateStatus;
        inspectionStatus: AlimtalkTemplateInspectionStatus;
        dormant?: boolean;
        block?: boolean;
        createDate?: string;
        updateDate?: string;
    }
    Index

    Properties

    templateCode: string

    템플릿 코드

    templateName: string

    템플릿명

    templateContent: string

    템플릿 본문

    templateMessageType: AlimtalkTemplateMessageType

    메시지 유형 (BA/EX/AD/MI)

    templateEmphasizeType: AlimtalkTemplateEmphasizeType

    강조 표시 타입 (NONE/TEXT/IMAGE/ITEM_LIST)

    templateExtra?: string

    부가 정보

    templateTitle?: string

    템플릿 제목

    templateSubtitle?: string

    템플릿 보조 문구

    templateHeader?: string

    템플릿 헤더

    templateItem?: AlimtalkTemplateItem

    아이템

    templateItemHighlight?: AlimtalkTemplateItemHighlight

    아이템 하이라이트

    templateRepresentLink?: AlimtalkTemplateRepresentLink

    대표 링크

    templateImageName?: string

    이미지명

    templateImageUrl?: string

    이미지 URL

    securityFlag: boolean

    보안 템플릿 여부

    categoryCode: string

    템플릿 카테고리 코드

    buttons?: AlimtalkButton[]

    버튼 리스트

    quickReplies?: AlimtalkQuickReply[]

    바로연결 리스트

    templateStatus: AlimtalkTemplateStatus

    템플릿 상태

    inspectionStatus: AlimtalkTemplateInspectionStatus

    검수 상태

    dormant?: boolean

    휴면 여부

    block?: boolean

    차단 여부

    createDate?: string

    생성 날짜

    updateDate?: string

    수정 날짜