@theredspace/spp-client
    Preparing search index...

    Interface Event

    A historical record of activity (todo, email, call) for a customer/prospect. Supports Add, Read, Modify, Upsert. :contentReference[oaicite:12]{index=12}:contentReference[oaicite:13]{index=13}

    interface Event {
        contactid?: string;
        created: string;
        customerid?: string;
        dealid?: string;
        id: string;
        name: string;
        notes?: string;
        occurred: string;
        updated: string;
        userid: string;
    }
    Index

    Properties

    contactid?: string
    created: string
    customerid?: string
    dealid?: string
    id: string
    name: string
    notes?: string
    occurred: string
    updated: string
    userid: string