Integrations1 min read
Custom Integrations
Webhooks, generic JSON adapters, and Events API v2 ingest.
Connect custom scripts, internal microservices, or proprietary alerting systems into OpsKnight using generic webhooks or an Events API v2 ingest adapter.
Available Integrations
- Generic Webhooks — Receive alerts from any external system via customizable JSON payloads and HMAC signatures.
- PagerDuty Events API v2 ingest — Accept Events API v2 payloads at
/api/integrations/pagerduty(and related routes). Change the destination URL; test your tool. Not affiliated with PagerDuty.
Capabilities Comparison
| Integration | Endpoint | Supported Actions | Authentication |
|---|---|---|---|
| Generic Webhooks | /api/integrations/webhook |
trigger, resolve |
Routing Key, HMAC Signature |
| Events API v2 ingest | /api/integrations/pagerduty |
trigger, acknowledge, resolve |
routing_key payload or header |
| Events API | /api/events |
trigger, acknowledge, resolve |
API Token, Routing Key |
Last updated for v1.3
Edit this page on GitHub