> For the complete documentation index, see [llms.txt](https://developers.couchdrop.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.couchdrop.io/administration/automations.md).

# Automations

- [Scheduled Automations](https://developers.couchdrop.io/administration/automations/scheduled-automations.md)
- [Create/Update](https://developers.couchdrop.io/administration/automations/scheduled-automations/create-update.md): Create or update a schedule workflow
- [Get all schedule workflows](https://developers.couchdrop.io/administration/automations/scheduled-automations/get-all-schedule-workflows.md): Get all configured schedule workflow configurations
- [Get schedule workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/get-schedule-workflow.md): Get a specific schedule workflow configuration.
- [Trigger schedule workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/trigger-schedule-workflow.md): Trigger specific schedule workflow for testing purposes.
- [Delete Scheduled Workflow](https://developers.couchdrop.io/administration/automations/scheduled-automations/delete-scheduled-workflow.md): Delete a schedule workflow
- [Event Automations](https://developers.couchdrop.io/administration/automations/event-automations.md)
- [Create/Update](https://developers.couchdrop.io/administration/automations/event-automations/create-update.md): Create or update an action workflow
- [Get action workflow](https://developers.couchdrop.io/administration/automations/event-automations/get-action-workflow.md): Get a specific action workflow configuration.
- [Get all action workflows](https://developers.couchdrop.io/administration/automations/event-automations/get-all-action-workflows.md): Get all configured action workflow configurations
- [Trigger action workflow](https://developers.couchdrop.io/administration/automations/event-automations/trigger-action-workflow.md): Trigger specific action workflow.
- [Delete Action Workflow](https://developers.couchdrop.io/administration/automations/event-automations/delete-action-workflow.md): Delete an action workflow
- [Actions](https://developers.couchdrop.io/administration/automations/actions.md): When configuring an automation, you are required to configure a set of actions. These actions apply to the files matching the conditions of the automation.
- [Webhook](https://developers.couchdrop.io/administration/automations/actions/webhook.md): The webhook action sends a HTTP/HTTPS webhook to the destination specified.
- [Rename](https://developers.couchdrop.io/administration/automations/actions/rename.md): The rename action renames a file.
- [Copy](https://developers.couchdrop.io/administration/automations/actions/copy.md): The copy action duplicates a file, copying it to a new destination
- [Move](https://developers.couchdrop.io/administration/automations/actions/move.md): The move action copies a file then removes the original object. Effectively moving the file.
- [PGP Encrypt](https://developers.couchdrop.io/administration/automations/actions/pgp-encrypt.md): The PGP encrypt action can be used to encrypt files as part of a workflow.
- [Paths](https://developers.couchdrop.io/administration/automations/actions/paths.md): Certain operations work on paths. Couchdrop has a bunch of path variables available that can be used to craft relevant paths.
- [Conditions](https://developers.couchdrop.io/administration/automations/conditions.md): When configuring an automation, you can set additional conditions on it which are required to match before the automation will fire.
