@webitel/api-services
    Preparing search index...
    interface WebitelCasesEmailEvent {
        attachments?: WebitelCasesAttachment[];
        body?: string;
        cc?: string[];
        from?: string[];
        html?: string;
        id?: string;
        isDetailed?: boolean;
        isInbound?: boolean;
        owner?: GeneralLookup;
        profile?: GeneralLookup;
        sender?: string[];
        subject?: string;
        to?: string[];
    }
    Index

    Properties

    attachments?: WebitelCasesAttachment[]
    body?: string
    cc?: string[]
    from?: string[]
    html?: string
    id?: string
    isDetailed?: boolean
    isInbound?: boolean
    profile?: GeneralLookup
    sender?: string[]
    subject?: string
    to?: string[]