Skip to content

Integrations

Send alerts where your team already works

Pingio delivers incidents to chat, email, phones, and any HTTP endpoint you control.

Chat and messaging

Connect a chat channel once and route any monitor to it. Messages include the monitor name, the failing region, the HTTP status, and a direct link to the incident.

  • Telegram: bot delivery to a private chat, group, or channel.
  • Slack: incoming webhook with rich incident formatting.
  • Microsoft Teams: incoming webhook with adaptive cards.

Email and SMS

Email is available on every plan and requires only address verification. SMS is delivered to verified phone numbers and is intended for escalation rather than routine noise.

Webhooks

Point Pingio at any HTTPS endpoint and receive a signed JSON payload when an incident opens, updates, or resolves. Use it to open tickets, page an on-call rotation, or trigger an automated rollback.

{
  "event": "incident.opened",
  "monitor": { "id": "mon_1a2b", "name": "Production API" },
  "incident": { "id": "inc_9f8e", "startedAt": "2026-08-01T09:14:22Z" },
  "check": { "region": "eu-central", "status": 502, "durationMs": 7621 }
}

Server agents

The Pingio agent runs on Linux servers and reports CPU, memory, disk, and service state over an outbound connection, so you can monitor hosts that are not reachable from the public internet.