Discord Webhook Integration — Get Outage Alerts in Your Server
📡 Monitor your APIs — know when they go down before your users do
Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.
Affiliate link — we may earn a commission at no extra cost to you
TLDR: Set up real-time API outage alerts in Discord in 2 minutes. Create a webhook in Server Settings → Integrations, copy the URL, and configure it at API Status Check to get instant notifications when OpenAI, Stripe, AWS, or any other API goes down.
Discord Webhook Integration
Get real-time API outage alerts directly in your Discord server.
Quick Setup (2 minutes)
Step 1: Create a Discord Webhook
- Open your Discord server
- Go to Server Settings → Integrations → Webhooks
- Click New Webhook
- Name it "API Status Check" (or whatever you prefer)
- Select the channel for alerts
- Copy the webhook URL
🌐 Discord Webhook Integration blocked or restricted in your region? NordVPN bypasses geo-restrictions and ISP throttling — access social media from anywhere with 7,000+ servers in 118 countries.
Step 2: Register Your Webhook
curl -X POST https://apistatuscheck.com/api/webhook/discord \
-H "Content-Type: application/json" \
-d '{
"webhookUrl": "YOUR_DISCORD_WEBHOOK_URL",
"apis": ["openai", "stripe", "github"]
}'
Or monitor all APIs:
curl -X POST https://apistatuscheck.com/api/webhook/discord \
-H "Content-Type: application/json" \
-d '{
"webhookUrl": "YOUR_DISCORD_WEBHOOK_URL",
"apis": ["*"]
}'
Step 3: Done!
You'll receive a test message in your Discord channel. From now on, you'll get alerts like:
🚨 OpenAI is DOWN Check status: apistatuscheck.com/api/openai
Available APIs
You can monitor any of our 70+ APIs:
AI: openai, anthropic, midjourney, huggingface, perplexity
Cloud: aws, azure, gcp, vercel, netlify, cloudflare
Payments: stripe, paypal, plaid, square
Communication: discord, slack, twilio, sendgrid
Developer Tools: github, supabase, firebase, planetscale
Alert Types
| Alert | Color | Example |
|---|---|---|
| 🚨 Outage | Red | "OpenAI is DOWN" |
| ⚠️ Degraded | Orange | "OpenAI is experiencing issues" |
| ✅ Recovered | Green | "OpenAI is back online" |
🛡️ Your Discord Webhook Integration profile exposes more than you think. Optery finds and removes your personal data from 350+ data broker sites — protecting your identity even when platforms have outages.
Example Integration
Here's how it looks in Discord:
┌─────────────────────────────────────┐
│ 🚨 OpenAI is DOWN │
│ │
│ Check status: │
│ apistatuscheck.com/api/openai │
│ │
│ apistatuscheck.com • Today at 3:42 PM│
└─────────────────────────────────────┘
Self-Hosted Option
If you want to run your own alert dispatcher:
// Node.js example
const WEBHOOK_URL = 'your-discord-webhook-url';
async function sendAlert(apiName, status) {
const colors = {
outage: 0xef4444,
degraded: 0xf97316,
recovered: 0x22c55e,
};
await fetch(WEBHOOK_URL, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
embeds: [{
title: `${status === 'outage' ? '🚨' : '✅'} ${apiName}`,
color: colors[status],
timestamp: new Date().toISOString()
}]
})
});
}
Need Help?
Questions? Open an issue on GitHub.
🛠 Tools We Use & Recommend
Tested across our own infrastructure monitoring 200+ APIs daily
SEO & Site Performance Monitoring
Used by 10M+ marketers
Track your site health, uptime, search rankings, and competitor movements from one dashboard.
“We use SEMrush to track how our API status pages rank and catch site health issues early.”
Alert Pro
14-day free trialStop checking — get alerted instantly
Next time your critical APIs goes down, you'll know in under 60 seconds — not when your users start complaining.
- Email alerts for your critical APIs + 9 more APIs
- $0 due today for trial
- Cancel anytime — $9/mo after trial