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

    Properties

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