Integrations
Integrations
Connect Runframe to Slack, Datadog, Prometheus, CloudWatch, Jira, Google Meet, and custom webhooks.
Communication
| Integration | Description | Auth |
|---|---|---|
| Slack | Slash commands, incident channels, real-time notifications | OAuth |
| Google Meet | Auto-create video war rooms for incidents | OAuth |
Monitoring
| Integration | Description | Auth |
|---|---|---|
| Datadog | Create incidents from Datadog monitor alerts | Webhook |
| Prometheus | Create incidents from Alertmanager | Webhook |
| AWS CloudWatch | Create incidents from CloudWatch alarms via SNS | Webhook |
| Custom Webhook | Create incidents from any HTTP source | Webhook |
Development
| Integration | Description | Auth |
|---|---|---|
| Jira | Create and sync work items from incidents | OAuth |
How webhooks work
- Connect the integration in Runframe to generate a unique webhook URL
- Link services to route alerts to specific teams
- Configure your monitoring tool to POST to the webhook URL
- Runframe parses the payload, creates or updates an incident, and notifies your team
https://api.runframe.io/webhooks/{routingKey}The routing key acts as both an identifier and a security token. Treat it like a password.
Related
- Webhooks API — Payload schemas, signing, and examples
- Authentication — API keys and webhook security
- Slash Commands — Complete
/inccommand reference