Welcome to Notifs

Notifs is a notification infrastructure platform built for developers. Send webhooks to our service, and we'll handle delivery across all your channels - Email, SMS, Slack, Discord, and more.

Why Notifs?

Stop managing multiple notification providers. Instead of integrating with Mailgun, Twilio, Slack, Discord, and countless other services, integrate once with Notifs and we'll handle the rest.

Key Features

  • Unified API - One API to send notifications across all channels
  • Automatic Retries - Built-in retry logic with exponential backoff
  • Request Logging - Track all notifications in one place
  • Webhook Verification - HMAC-SHA256 signatures for security
  • TypeScript SDK - Fully typed SDK for the best DX
  • Real-time Dashboard - Monitor notifications in real-time

Quick Example

Here's how easy it is to send a notification with Notifs:

import { Notifs } from '@notifs/sdk'

const notifs = new Notifs({
  apiKey: process.env.NOTIFS_API_KEY
})

// Send a notification via webhook
await notifs.webhooks.send('webhook_id', {
  user: 'john@example.com',
  event: 'payment_success',
  amount: '$99.00'
})

That's it! The webhook will be delivered to all configured channels (Email, Slack, SMS, etc.) automatically.

Getting Started

Ready to get started? Check out our Quick Start guide to integrate Notifs in under 5 minutes.

Or explore our comprehensive SDK Reference and API Reference documentation.

Need Help?


Ready to simplify your notification infrastructure? Get Started →