API Docs / Schemas / WorkflowStepEmailPreviewAttachmentDto

WorkflowStepEmailPreviewAttachmentDto

A pre-specified practice document attachment shown in the email preview / compose dialog.

Properties

Name Type Description
codestring

Practice document code.

Practice document code.

fileNamestring

File name the attachment will be sent with.

File name the attachment will be sent with.

fileSizeinteger

File size in bytes.

File size in bytes.

contentTypestring

MIME type of the file.

MIME type of the file.

JSON Example

{
  "code": "string",
  "fileName": "string",
  "fileSize": 0,
  "contentType": "string"
}

Contained in Schemas