Share via


EmailResponse interface

Represents an email response entity to be sent back.

Extends

Properties

htmlBody

The HTML body content of the email response.

type

The type of the entity. Always 'emailResponse'.

Property Details

htmlBody

The HTML body content of the email response.

htmlBody?: string

Property Value

string

type

The type of the entity. Always 'emailResponse'.

type: "emailResponse"

Property Value

"emailResponse"