Slack
Alerts to any channel or DM
Integrations
Connect Spectra to your chat, on-call, and automation tools in a couple of clicks. No glue code — just pick a channel and attach it to your monitors.
Alerts to any channel or DM
Channel notifications
Server webhooks
Space notifications
Trigger and resolve incidents
Route to on-call schedules
Alert any address or group
Reach on-call off-screen
Structured JSON POST to any URL
Manage monitors programmatically
Connect 6,000+ apps (via webhooks)
Subscribe to status updates
Soon, Spectra will send structured JSON to any URL on every event, so you can wire alerts into anything — from a custom dashboard to your own incident pipeline.
POST /your-endpoint
{
"event": "monitor.down",
"monitor": "api.acme.com",
"status": 500,
"regions": ["IN","SG","EU"]
} Answers to common questions teams ask us
Add a notification channel once, then attach it to any monitor. When an incident fires or resolves, Spectra pushes to that channel automatically. Slack and email are available today; more channels are coming soon.
Yes. Each monitor can notify its own set of channels, and you can tune delivery with quiet hours and severity filters.
Webhook delivery is coming soon. When it ships, Spectra will send structured JSON POST requests on events like monitor.down, monitor.recovered, and ssl.expiring.
A REST API to create and manage monitors, status pages, and alerts programmatically is coming soon.