Runframe
Integrations

Integrations

Connect Runframe to Slack, Datadog, Prometheus, CloudWatch, Jira, Google Meet, and custom webhooks.

Communication

IntegrationDescriptionAuth
SlackSlash commands, incident channels, real-time notificationsOAuth
Google MeetAuto-create video war rooms for incidentsOAuth

Monitoring

IntegrationDescriptionAuth
DatadogCreate incidents from Datadog monitor alertsWebhook
PrometheusCreate incidents from AlertmanagerWebhook
AWS CloudWatchCreate incidents from CloudWatch alarms via SNSWebhook
Custom WebhookCreate incidents from any HTTP sourceWebhook

Development

IntegrationDescriptionAuth
JiraCreate and sync work items from incidentsOAuth

How webhooks work

  1. Connect the integration in Runframe to generate a unique webhook URL
  2. Link services to route alerts to specific teams
  3. Configure your monitoring tool to POST to the webhook URL
  4. 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.