SendGrid is a cloud-based email delivery platform.
Real-time check from multiple global locations
--
Response Time
--
Status Code
--
Region
Use our status checker above to confirm whether the issue is with SendGrid or your local connection.
Visit SendGrid's status page for official updates, or see our SendGrid Status Page guide.
Get instant alerts for future SendGrid outages with PerkyDash's free uptime monitoring.
If your app depends on SendGrid, create an emergency status page to keep your users informed.
Set up free monitoring for SendGrid and get instant alerts via email, Slack, or webhooks when it goes down.
Email delivery issues can be caused by SendGrid outages, DNS problems, or recipient issues. Check our status above and SendGrid's API/SMTP status. If SendGrid is up, check your Activity Feed for bounces, blocks, or spam reports.
SendGrid queues emails during outages and processes them when service resumes. The queue has limits and older emails may be dropped. For critical emails, implement retry logic in your application and monitor delivery status via webhooks.
Event webhooks (opens, clicks, bounces) may be delayed during outages but are eventually delivered. Webhooks are retried with exponential backoff. Implement idempotent handlers and don't rely solely on real-time webhook data for critical operations.
For critical transactional emails (password resets, order confirmations), consider a fallback provider like Mailgun, Amazon SES, or Postmark. Implement provider abstraction in your code to enable quick switching during outages.