<!-- https://headless-lms.dev/docs/api/automations -->

# Automations

Trigger/action workflows

- [List automations](https://headless-lms.dev/docs/api/automations/listAutomations)
- [Create an automation](https://headless-lms.dev/docs/api/automations/createAutomation)
- [List the actions automations can use](https://headless-lms.dev/docs/api/automations/listAutomationActions)
- [List the domain events automations can react to](https://headless-lms.dev/docs/api/automations/listAutomationTriggers)
- [Get an automation by id](https://headless-lms.dev/docs/api/automations/getAutomation)
- [Update an automation](https://headless-lms.dev/docs/api/automations/updateAutomation)
- [Delete an automation](https://headless-lms.dev/docs/api/automations/deleteAutomation)
- [List an automation's runs — a deleted automation's runs remain reachable (audit trail)](https://headless-lms.dev/docs/api/automations/listAutomationRuns)
