Copy

The copy action duplicates a file, copying it to a new destination

Required Fields

Example

{
    "type":"copy",
    "copy_to":"example.txt"
}

The "copy_to" field can include custom path as detailed in Paths

Last updated