Attachments
Multiple files can be specified as attachments.
・Path of the files to attach
Windows Environment
Files are automatically stored in actmgr\data, but specifying a path is also possible.
※If the folder name or file name includes spaces, it must be enclosed in “” (double quotes).
Example:
To attach image.jpg in actmgr\data, specify image.jpg as an attachment.
To attach image.jpg in actmgr\data\subfolder, specify subfolder\image.jpg as an attachment.
To attach image.jpg in actmgr\data\subfolder 2021, specify "subfolder 2021\image.jpg" as an attachment.
Specifying an absolute path is also possible.
Example:
To attach image.jpg in c:\, specify c:\image.jpg as an attachment.
It is also possible to specify multiple files and use wildcards.
Use “;” (semicolon) as the separator for multiple files, and “*” (asterisk) for wildcards.
Example:
To attach image.jpg and image2.jpg in actmgr\data, specify image.jpg;image2.jpg as attachments.
To attach all .jpg files in actmgr\data\subfolder, specify subfolder\*.jpg as attachments.
To attach image.jpg, image2.jpg in actmgr\data, and all .jpg files in actmgr\data\subfolder, specify image.jpg;image2.jpg;subfolder\*.jpg as attachments.
Mac, Linux, Raspberry Pi, Gravio Hub Environment
Files are automatically stored in actmgr/data, but specifying a path is also possible.
※If the folder name or file name includes spaces, it must be enclosed in “” (double quotes).
Example:
To attach image.jpg in actmgr/data, specify image.jpg as an attachment.
To attach image.jpg in actmgr/data/subfolder, specify subfolder/image.jpg as an attachment.
To attach image.jpg in actmgr/data/subfolder 2021, specify "subfolder 2021/image.jpg" as an attachment.
Specifying an absolute path is also possible.
Example:
To attach image.jpg in /home/username, specify /home/username/image.jpg as an attachment.
It is also possible to specify multiple files and use wildcards.
Use “;” (semicolon) as the separator for multiple files, and “*” (asterisk) for wildcards.
Example:
To attach image.jpg and image2.jpg in actmgr/data, specify image.jpg;image2.jpg as attachments.
To attach all .jpg files in actmgr/data/subfolder, specify subfolder/*.jpg as attachments.
To attach image.jpg, image2.jpg in actmgr/data, and all .jpg files in actmgr/data/subfolder, specify image.jpg;image2.jpg;subfolder/*.jpg as attachments.
Need more help with this?
Join our slack community for help