Copy

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

Required Fields

KeyDescription

type

The action type. Must be set as "copy"

copy_to

example.txt

Example

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

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

Last updated