Integrations

Downtime happens. Get notified instantly.

Send alerts where your team already works. Slack, Discord, PagerDuty, email, SMS, webhooks -- pyrx.uptime integrates with all of them out of the box.

Personal Channels

Stay notified on the go

Email

HTML-formatted email alerts with full incident details and quick-action links.

SMS

Text message alerts for critical monitors. Works in 200+ countries worldwide.

Push Notifications

Native mobile push notifications via the pyrx.uptime app for iOS and Android.

Team Channels

Alert your entire team

Route alerts to the right channel and the right people.

Slack

Rich Slack messages with monitor status, response times, and action buttons.

Discord

Embed-style Discord notifications in your ops channel with color-coded status.

PagerDuty

Trigger and resolve PagerDuty incidents automatically. Respects your escalation policies.

Telegram

Instant Telegram messages to individuals or group chats with full incident context.

Microsoft Teams

Adaptive card notifications in your Teams channels with actionable buttons.

Webhooks

Custom HTTP webhooks for any system. Send JSON payloads to your own endpoints.

Developer API

Build custom integrations

Use our REST API and webhooks to build custom integrations with any system. Receive structured JSON payloads for every event -- monitor up, down, degraded, and recovered.

Structured JSON webhook payloads
Event types for every monitor state change
HMAC signature verification for security
Retry with exponential backoff on failure

Webhook Payload

{
  "event": "monitor.down",
  "monitor": {
    "id": "mon_abc123",
    "name": "API Production",
    "url": "https://api.example.com/health"
  },
  "incident": {
    "id": "inc_xyz789",
    "started_at": "2024-01-15T10:30:00Z",
    "confirmed_by": ["us-east", "eu-west", "ap-south"]
  },
  "check": {
    "status_code": 503,
    "response_time_ms": 12500,
    "region": "us-east-1"
  }
}

Get alerts where you work

Connect your favorite tools in minutes. No credit card required to start.

No credit card required. Free plan available forever.