AddEmailAttachment
Type, Introduced in version 2.52
Adds an email attachment to a command.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
FilePathId | Int64? | The business key identifier of the file path to add the attachment from.
|
|
FileName | String | The file name of the attachment. If file path has been provided, this is the relative path to the file to attach.
|
|
Data | String | The base64 encoded data of the file to add as attachment.
|
Example
{
"FilePathId": null,
"FileName": null,
"Data": null
}