Discord Webhook Integration — Get Outage Alerts in Your Server

by API Status Check
Staff Pick

📡 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.

Start Free →

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

  1. Open your Discord server
  2. Go to Server SettingsIntegrationsWebhooks
  3. Click New Webhook
  4. Name it "API Status Check" (or whatever you prefer)
  5. Select the channel for alerts
  6. 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

View all APIs →

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

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

We use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.

Free tier · Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

After covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.

SEMrushBest for SEO

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.

From $129.95/moTry SEMrush Free
View full comparison & more tools →Affiliate links — we earn a commission at no extra cost to you

Alert Pro

14-day free trial

Stop 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