Actions are reusable code segments that complete a specific task
Actions are the base unit of code used in unSkript. Actions take inputs, complete a task, and output a result.
unSkript comes with hundreds of Prebuilt Actions that are ready for immediate use.
Types of Actions
Connector Actions: Connector Actions interface with an external tool (for example AWS or Datadog), and performs an Action with that tooling.
Connector Actions are added by searching in the right navigation.
Glue Actions: Glue Actions are Python code used to manipulate and work with the data. Glue Actions are created from the "Add" button at the top of the RunBook.