Share via


EmailReference interface

Represents an email notification entity.

Extends

Properties

conversationId

The conversation ID associated with the email.

htmlBody

The HTML body content of the email.

id

The ID of the email.

type

The type of the entity. Always 'emailNotification'.

Property Details

conversationId

The conversation ID associated with the email.

conversationId?: string

Property Value

string

htmlBody

The HTML body content of the email.

htmlBody?: string

Property Value

string

id

The ID of the email.

id?: string

Property Value

string

type

The type of the entity. Always 'emailNotification'.

type: "emailNotification"

Property Value

"emailNotification"