Skip to content

Commit 3f9fe36

Browse files
waleedlatif1claude
andcommitted
feat(rootly): expand Rootly integration from 14 to 27 tools
Add 13 new tools: delete_incident, get_alert, update_alert, acknowledge_alert, resolve_alert, create_action_item, list_action_items, list_users, list_on_calls, list_schedules, list_escalation_policies, list_causes, list_playbooks. Includes tool files, types, registry, block definition with subBlocks/conditions/params, and docs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2e29ce commit 3f9fe36

21 files changed

+2921
-1
lines changed

apps/docs/content/docs/en/tools/rootly.mdx

Lines changed: 398 additions & 0 deletions
Large diffs are not rendered by default.

apps/sim/app/(landing)/integrations/data/integrations.json

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9717,9 +9717,61 @@
97179717
{
97189718
"name": "List Retrospectives",
97199719
"description": "List incident retrospectives (post-mortems) from Rootly."
9720+
},
9721+
{
9722+
"name": "Delete Incident",
9723+
"description": "Delete an incident by ID from Rootly."
9724+
},
9725+
{
9726+
"name": "Get Alert",
9727+
"description": "Retrieve a single alert by ID from Rootly."
9728+
},
9729+
{
9730+
"name": "Update Alert",
9731+
"description": "Update an existing alert in Rootly."
9732+
},
9733+
{
9734+
"name": "Acknowledge Alert",
9735+
"description": "Acknowledge an alert in Rootly."
9736+
},
9737+
{
9738+
"name": "Resolve Alert",
9739+
"description": "Resolve an alert in Rootly."
9740+
},
9741+
{
9742+
"name": "Create Action Item",
9743+
"description": "Create a new action item for an incident in Rootly."
9744+
},
9745+
{
9746+
"name": "List Action Items",
9747+
"description": "List action items for an incident in Rootly."
9748+
},
9749+
{
9750+
"name": "List Users",
9751+
"description": "List users from Rootly with optional search and email filtering."
9752+
},
9753+
{
9754+
"name": "List On-Calls",
9755+
"description": "List current on-call entries from Rootly with optional filtering."
9756+
},
9757+
{
9758+
"name": "List Schedules",
9759+
"description": "List on-call schedules from Rootly with optional search filtering."
9760+
},
9761+
{
9762+
"name": "List Escalation Policies",
9763+
"description": "List escalation policies from Rootly with optional search filtering."
9764+
},
9765+
{
9766+
"name": "List Causes",
9767+
"description": "List causes from Rootly with optional search filtering."
9768+
},
9769+
{
9770+
"name": "List Playbooks",
9771+
"description": "List playbooks from Rootly with pagination support."
97209772
}
97219773
],
9722-
"operationCount": 14,
9774+
"operationCount": 27,
97239775
"triggers": [],
97249776
"triggerCount": 0,
97259777
"authType": "api-key",

0 commit comments

Comments
 (0)