Generated after a successful Create email token for Customer request. The resource property of the Message is a CustomerEmailTokenReference.

interface CustomerEmailTokenCreatedMessagePayload {
    customerId: string;
    expiresAt: string;
    type: "CustomerEmailTokenCreated";
}

Properties

customerId: string

Unique identifier of the Customer.

expiresAt: string

Date and time (UTC) the email token expires.

type: "CustomerEmailTokenCreated"