Supported Actions

Learn about supported Actions with Transfer Automations in Couchdrop

Introduction

Couchdrop supports several key actions when configuring and managing automations. These actions modify or move files that are being processed by Couchdrop.

Selecting Actions

Actions are set in the automation builder by clicking a plus sign and choosing Actions.

Action Nesting

Actions can be nested in Automations, which means one action depends on the success and output of the previous action. This is a unique feature of Couchdrop and allows for very complex scenarios.

If a sub-action fails, then Couchdrop will not continue to process any child actions.

For more information, see Automation Builder.

Available Actions

The following actions are available in Automations in Couchdrop

Action Type
Description

Fire Webhook

Fire an HTTP webhook with metadata regarding the file object to the specified URL endpoint

Rename file

Rename the file without copying the file to a new location

Move file

Copy the file to a new location and delete the file from the source location

Transfer/Copy File

Copy the file to a new location, retaining the original file in the source

Delete file

Delete the file

Compress File

Create a compressed archive of the file

Decompress File

Uncompress the file

PGP Encrypt

Encrypt and sign a file with a PGP key

PGP Decrypt

Decrypt and verify a file encrypted and signed with PGP

AES Encrypt

Encrypt a file with AES

AES Decrypt

Decrypt a file encrypted with AES

Create Empty File

Create a new empty marker file in a location spe

Extract Variable from Filename

Extract a custom variable using a regex pattern for later use

Unarchive

Unarchive multiple files at once

Send Email

Automatically sends an email to a specified email address when a target action has occurred

Last updated

Was this helpful?