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

    Interface UidEntry

    UID 엔트리

    docs/nhn-sms-api/17-uid.md

    interface UidEntry {
        uid: string;
        tagIds?: string[];
        contacts?: UidContact[];
    }
    Index

    Properties

    Properties

    uid: string

    UID (필수, 최대 50자)

    tagIds?: string[]

    태그 ID 목록 (contacts 없으면 필수)

    contacts?: UidContact[]

    연락처 목록 (tagIds 없으면 필수)