API Docs / Schemas / EmailPreviewRecipientDto

EmailPreviewRecipientDto

A resolved email recipient for preview display.

Properties

Name Type Description
namestring

Display name of the recipient, if available.

Display name of the recipient, if available.

emailstring

Email address of the recipient.

Email address of the recipient.

JSON Example

{
  "name": "string",
  "email": "string"
}

Contained in Schemas