ROB-3902 Add Rootly webhook integration documentation#2091
Conversation
Adds send-events/rootly.rst with setup steps for the Rootly outgoing webhook and wires it into the Send Events API toctree and the Incident Management grid. Pairs with the relay rootly origin parser. https://claude.ai/code/session_01WUQzXDiD8RUrpvmmdonPAZ
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughDocumentation for Rootly integration is added to Robusta's Send Events API. A new Rootly guide covers webhook setup, authorization, event subscriptions, and payload field mapping. Navigation entries link the integration into the main Send Events API documentation. ChangesRootly Integration Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsPatch Helm values in one line: |
|
Actionable comments posted: 0 |
Rootly's public docs only confirm alert.created as a webhook event type. The previous wording told customers to subscribe to alert.resolved and alert.acknowledged as if those were documented; rework the step to recommend alert.created plus whatever the Rootly UI exposes, and clarify that resolution is driven by the alert object's ended_at field. https://claude.ai/code/session_01WUQzXDiD8RUrpvmmdonPAZ
|
Actionable comments posted: 0 |
Summary
This PR adds documentation for integrating Rootly alert lifecycle events with Robusta via webhook forwarding.
Changes
New documentation file:
docs/configuration/exporting/send-events/rootly.rstUpdated index:
docs/configuration/exporting/send-events-api.rstImplementation Details
The documentation covers:
https://claude.ai/code/session_01WUQzXDiD8RUrpvmmdonPAZ