Skip to main content
Skip table of contents

Quick Actions

LAST UPDATED: JAN 9, 2025

Quick actions are interactive buttons within the Overview module of the incident workspace, located beneath the incident header panel. They execute specific D3 integration or utility commands with customized parameters.

Frame 63 (12)-20241224-222747.png

These incident-specific features—created with unique incident numbers—eliminate the need to manually search for commands using the Execute Command button. Quick actions can be managed via using the following utility commands:

  • Add Quick Actions to the Incident Overview: To create new quick actions.

  • Delete Quick Actions to the Incident Overview: To remove existing quick actions.

  • Update Quick Actions to the Incident Overview: To modify existing quick actions.

Procedure for Adding Quick Actions

By default, no quick actions are available for use. Create your first quick actions by following the steps below:

  1. Navigate to the Utility Commands module.

    Frame 64 (12)-20241224-223655.png
    1. Click on the Configuration navigation link.

    2. Click on the Utility Commands icon.

  2. Search and click into the system utility command Add Quick Actions to the Incident Overview.

  3. Add itself and the Delete Quick Actions to the Incident Overview command as quick actions.

    Frame 65 (16)-20241224-225345.png
    1. Enter a unique incident number.

    2. Paste the following code snippet (replace the incident number) for the Quick actions parameter:

      JSON
      [
          {
              "ActionName": "Add quick action",
              "CommandName": "Add Quick Actions to the Incident Overview",
              "CommandParameters": {
                  "Incident number": "20241220-94"
              }
          },
          {
              "ActionName": "Delete quick action",
              "CommandName": "Delete Quick Actions to the Incident Overview",
              "CommandParameters": {
                  "Incident number": "20241220-94"
              }
          }
      ]
    3. Click on the Test Command button to add the two quick actions.

  4. Navigate to the incident through the Investigation Dashboard.

  5. Click on the Add quick action button to add more quick actions.

    Frame 66 (10)-20241224-231204.png
  6. Add the desired quick action.

    Frame 67 (6)-20241225-000131.png
    1. (Optional) Click the View Sample Data button to review the format for the “Quick actions” input parameter.

    2. Input the JSON array containing the ActionName, CommandName and CommandParameters fields for each object corresponding to a chosen command.

    3. Click on the Run Command button, then close the popup.

More examples

The following are examples of arbitrarily chosen commands that can be added as quick actions:

  • Send Email

  • Add to Global List

  1. Click on the Add quick action button.

    Frame 66 (10)-20241224-231204.png
  2. Paste the following code snippet (replace the incident number) for the Quick actions parameter:

    JSON
    [
        {
            "ActionName": "Send Email",
            "CommandName": "Send email"
        },
        {
            "ActionName": "Add to global list",
            "CommandName": "Add to Global List"
        }
    ]
  3. Click on the Run Command button.

    Frame 68 (8)-20241225-004116.png
  4. Close the popup, then click on the Overview tab to refresh and view the newly added quick actions.

    Frame 69 (6)-20241225-004721.png

Execution

Frame 70 (5)-20241225-005511.png

image 32 (2)-20241225-010528.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.