Copy
The copy action duplicates a file, copying it to a new destination
Required Fields
Key
Description
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
Was this helpful?