Rootly

Learn how to use Rootly with Composio

Overview

Enum

ROOTLY

Description

Template description for rootly

Authentication Details

api_key
stringRequired

Actions

This tool allows for the deletion of a specific action item in rootly. it complements the existing rootly list action items functionality by providing the ability to remove individual action items from the system.

Action Parameters

action_item_id
stringRequired

Action Response

data
object
error
successful
boolean

This tool retrieves a single action item by its id from rootly using a get request to https://api.rootly.com/v1/action items/{id}. it provides detailed information about an action item including summary, description, kind, assigned to, priority, status, due date, and more. it complements other action item management tools.

Action Parameters

action_item_id
stringRequired

Action Response

data
object
error
successful
boolean

This tool retrieves a list of all action items for an organization in rootly. action items are tasks or follow-up items that need to be completed during or after an incident, helping to track and manage incident-related tasks effectively.

Action Parameters

kind
string
page_number
integer
page_size
integer
priority
string
status
string

Action Response

data
array
error
successful
boolean