ContactPointEmail: Event & Source & {
    email: string;
    creationEventId?: string;
    creationEventObject?: string;
}

Event providing information about an email address of a user (identified by a deviceId) sending events.

Type declaration

  • email: string

    The email address of the person

  • Optional creationEventId?: string

    Event id of the engagement event that caused this to be created. For example, a user registration or user profile event.

  • Optional creationEventObject?: string

    Event object type of the engagement event that caused this to be created. For example, UserEngagement.