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

    Interface SendEmailTagMailRequest

    태그 메일 발송 요청 POST /email/v2.1/appKeys/{appKey}/sender/tagMails

    docs/nhn-email-api/02-mail-send.md

    interface SendEmailTagMailRequest {
        senderAddress: string;
        senderName?: string;
        requestDate?: string;
        title: string;
        body: string;
        attachFileIdList?: number[];
        templateId?: string;
        templateType?: string;
        templateParameter?: EmailTemplateParameter;
        tagExpression: string[];
        customHeaders?: EmailCustomHeaders;
        userId?: string;
        adYn?: string;
        autoSendYn?: string;
        statsId?: string;
    }
    Index

    Properties

    senderAddress: string

    발신자 메일 주소 (최대 100자)

    senderName?: string

    발신자 이름 (최대 100자)

    requestDate?: string

    발송 일시 (yyyy-MM-dd HH:mm:ss), 현재 일시(기본값)

    title: string

    메일 제목 (최대 998자)

    body: string

    메일 내용

    attachFileIdList?: number[]

    업로드한 첨부 파일 id

    templateId?: string

    발송 템플릿 ID (최대 50자)

    templateType?: string

    템플릿 타입 (DEFAULT, FREEMARKER)

    templateParameter?: EmailTemplateParameter

    치환 파라미터

    tagExpression: string[]

    태그 표현식 (태그 ID 목록)

    customHeaders?: EmailCustomHeaders

    사용자 지정 헤더

    userId?: string

    발송 구분자 (최대 50자)

    adYn?: string

    광고 여부 (Y, N) (기본값: N)

    autoSendYn?: string

    자동 발송 여부 (Y, N) (기본값: Y)

    statsId?: string

    통계 ID