logo
icon

Apprise API

Apprise API is a lightweight push notification gateway that supports 100+ notification services including Slack, Telegram, Discord, email, Microsoft Teams, and many more. Send notifications through a simple REST API without managing individual service integrations. Built on the Apprise notification library for Python.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-28
Services
service icon
Tags
Tool

Apprise API

A lightweight push notification gateway API supporting 100+ notification services. Send notifications to Slack, Telegram, Discord, email, Microsoft Teams, and dozens more through a unified REST API.

What You Can Do After Deployment

  1. Open your domain -- Apprise API is ready immediately with a built-in web UI for testing
  2. Send notifications via REST API -- POST to /notify/ with your notification URLs and message
  3. Store notification configs -- save URL groups under tags using /add/ for reuse
  4. Trigger stored notifications -- POST to /notify/{tag} to send to all URLs saved under that tag
  5. Use persistent storage -- configurations survive container restarts via the built-in stateful store

Key Features

  • 100+ notification services supported (Slack, Telegram, Discord, email, etc.)
  • Simple REST API for sending notifications
  • Built-in web UI for testing and configuration
  • Tag-based notification grouping
  • Persistent configuration storage
  • File attachment support
  • Markdown and HTML message formatting
  • No database required
  • Stateless or stateful operation modes

License

MIT -- GitHub