Integrations

Alerts where you'll actually see them.

Route incidents to the channels your team already lives in. Built-in integrations for everything common — webhooks for everything else.

Chat & messaging

Where the team already talks.

Slack

Per-channel routing. Threaded incident updates so a single outage doesn't fragment into 50 messages.

All plans

Microsoft Teams

Channel webhooks with the same threading model as Slack. Adaptive cards for incident detail.

Pro & up

Discord

Server & channel routing. Useful for community/support teams running on Discord.

Pro & up
Direct alerts

For when chat isn't enough.

Email

Plain or rich-format. Per-team-member routing. Bundling so you don't get 50 emails for one outage.

All plans

SMS

Worldwide delivery. Per-person opt-in and quiet-hours per recipient. Unlimited within reasonable use.

Pro & up

Phone call

Voice call with TTS incident summary. For when someone needs to actually wake up.

Business
Incident response

On-call without bolting on PagerDuty.

Native PagerDuty and Opsgenie integrations if you already use them. Or skip third-party on-call entirely — anyping has built-in rotations, escalation policies, and override schedules.

  • PagerDuty — native Event API integration, auto-resolve on recovery, severity mapping per monitor
  • Opsgenie — same first-class integration. Pick your poison
  • Built-in on-call — weekly rotations, escalation chains, override schedules, all in anyping
Build your own

If we don't have it, webhooks do.

Every incident sends a structured JSON payload to any URL you configure. HMAC-signed so you can verify it came from us. Auto-resolve events when monitors recover. Retries with exponential backoff if your handler is down.

  • Webhooks — JSON, HMAC-signed, retried on failure, per-monitor routing
  • REST API — manage monitors, fetch history, trigger checks. Read-only on Pro, full on Business
  • Custom integrations — building something interesting? Tell us — we ship the most-requested ones
POST /your-handler 200 OK
# Incident-open webhook
"event":        "incident.opened",
"id":           "inc_8s3kf2x",
"timestamp":    "2026-05-07T14:20:08Z",
"monitor": {
  "name":       "Public API",
  "url":        "https://api.acme.com/health",
  "region_count": 5
},
"severity":     "critical",
"confirmed_by": ["us-east", "eu-west", "ap-southeast"],
"signature":    "sha256=4f8a..."

Start watching your sites in 5 minutes.

14-day free trial. No credit card required. Cancel anytime.