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

    Interface SendEmailGeneralMailRequest

    일반 메일 발송 요청 POST /email/v2.1/appKeys/{appKey}/sender/mail

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

    interface SendEmailGeneralMailRequest {
        senderAddress: string;
        senderName?: string;
        requestDate?: string;
        title: string;
        body: string;
        attachFileIdList?: number[];
        templateId?: string;
        templateType?: string;
        templateParameter?: EmailTemplateParameter;
        receiverList: EmailRecipient[];
        customHeaders?: EmailCustomHeaders;
        senderGroupingKey?: string;
        userId?: 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

    치환 파라미터 (메일 제목/내용 치환시 입력)

    receiverList: EmailRecipient[]

    수신자 리스트 (최대 1,000명)

    customHeaders?: EmailCustomHeaders

    사용자 지정 헤더

    senderGroupingKey?: string

    발신자 그룹 키 (최대 100자)

    userId?: string

    발송 구분자 (예: admin, system) (최대 50자)

    statsId?: string

    통계 ID (발신 검색 조건에는 포함되지 않음)