Events Send Event Completions No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Constructors

Properties

email?: string

Email of visitor

eventName: string

Internal name of the event-type to trigger

objectId?: string

The object id that this event occurred on. Could be a contact id or a visitor id.

occurredAt?: Date

The time when this event occurred (if any). If this isn't set, the current time will be used

properties?: {
    [key: string]: string;
}

Map of properties for the event in the format property internal name - property value

utk?: string

User token

uuid?: string
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods