WorkflowStepEmailPreviewAttachmentDto
A pre-specified practice document attachment shown in the email preview / compose dialog.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Practice document code. |
Practice document code. | ||
| fileName | string | File name the attachment will be sent with. |
File name the attachment will be sent with. | ||
| fileSize | integer | File size in bytes. |
File size in bytes. | ||
| contentType | string | MIME type of the file. |
MIME type of the file. | ||
JSON Example
{
"code": "string",
"fileName": "string",
"fileSize": 0,
"contentType": "string"
}
Contained in Schemas
- EmailBroadcastDto An email broadcast: an ad-hoc mass email to a filtered set of clients with per-client Liquid token r...
- EmailBroadcastPreviewDto Preview of a broadcast email rendered for a specific sample client, with resolved recipients. Return...
- WorkflowStepEmailPreviewDto Preview of a workflow step email with rendered content and resolved recipients. Returned before send...