EmailPreviewRecipientDto
A resolved email recipient for preview display.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the recipient, if available. |
Display name of the recipient, if available. | ||
| string | Email address of the recipient. | |
Email address of the recipient. | ||
JSON Example
{
"name": "string",
"email": "string"
}
Contained in Schemas
- EmailBroadcastPreviewDto Preview of a broadcast email rendered for a specific sample client, with resolved recipients. Return...
- EmailBroadcastRecipientDto A single client within an email broadcast with its resolved recipients and delivery status. Before s...
- WorkflowStepEmailPreviewDto Preview of a workflow step email with rendered content and resolved recipients. Returned before send...