- Contents
Interaction Designer Help
Make Attached File
This Email tool is used to create an Attached File object that can be passed as an input to another tool, such as Send E-mail. By passing an Attached File object, rather than a file path, the object can capture additional information such as a display name for the attached file, and a content identifier. This information can be used to display inline attachments in HTML message bodies.
Inputs
File
The file path.
Name
The display name.
Content ID
The content's unique identifier, which is used to display inline attachments.
Outputs
Attached File
The resulting file attachment.
Note: The tool does not assume ownership of the file in the file path. The file needs to be deleted either manually after the object is used, or automatically through the use of the Delete Attachments input on the tools that accept that data type as an input.
Exit Paths
Success
This path is taken if the attached file is successfully created.
Failure
This path is taken if the file path is not valid or the attached file cannot be created for another reason.