Integration

PingBase + Discord

Get downtime and recovery alerts posted instantly to any Discord server channel via bot messages. Works on free Discord servers.

2 minutes to set up Pro plan — $9/mo No Discord bot required
Get started free →
# alerts
api.yourapp.com is DOWN

HTTP 503 · detected at 14:32 UTC

api.yourapp.com is UP

Recovered after 4 minutes

How it works

1

Create a Discord webhook

In your Discord server, go to channel settings → Integrations → Webhooks and create one.

2

Add it to PingBase

In Settings → Alert Channels, choose Discord, paste the webhook URL, and save.

3

Get alerted instantly

Messages appear in your channel as a bot with down/up status, status code, and timing.

Setup via API

curl -X POST https://pingbase-worker.workers.dev/api/alert-channels \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "discord",
    "name": "Ops Channel",
    "webhook_url": "https://discord.com/api/webhooks/1234567890/xxxx"
  }'

Discord is a differentiator

Most uptime monitoring tools (UptimeRobot, BetterUptime, Pingdom) don't support Discord. If your team runs in Discord, PingBase is the only serious option at this price point.

Your team is already on Discord

PingBase Pro includes Discord alerts, 10 monitors, and a public status page — all for $9/month.

Start free →

Full setup guide: /guides/discord