Save a Base64 Encoded Attachment
The Save a Base64 Encoded Attachment mapping extracts a base64-encoded string from the from path and saves it as a file. The filename is specified using the filename parameter. Additionally, this mapping uses internal variable substitution logic to support templating within filenames or paths.
Attributes for Save Base64 Encoded Attachment
| Attribute | Required | Description |
|---|---|---|
| From | Yes | Defines the source field for the mapping. |
| To | Yes | Defines where the result should be inserted. |
| Precedence | Yes | Determines the order in which this mapping is applied relative to others. |
| Function Type | Yes | Must be "Message structure" |
| Function | Yes | Should be set to "Save a Base64 encoded attachment". |
| Filename | Yes | Name of the file to save. |