Actions

Actions are the building blocks for all Runbooks: Use our Open Source collection, or build your own!

Prebuilt Action List

These Actions are open source and ready to be integrated into your RunBooks. In your RunBook, search for the Action you wish to use, and then drag and drop it into your RunBook. A few configuration steps, and the Action is ready to go!

Create your own Actions!

  • Perhaps there is an existing Action that you can customize to your exact needs.

    • For example - List Open GitHub Issues can be easily modified to List Closed GitHub Issues by changing one parameter in the request ("OPEN" -> "CLOSED")

    • Or perhaps, you need an additional output from the Action, and you can modify the response to append that extra data.

  • Create a small Python Script to manipulate the data you already have collected.

    • For example: Here's an Action where data collected from an Action in the RunBook converted into a chart using matplotlib:

The following items can be configured for each Action:

  1. Credential

Last updated