-
Notifications
You must be signed in to change notification settings - Fork 0
Notify
github-actions[bot] edited this page Aug 31, 2026
·
1 revision
Multi-channel notification service: email over SMTP and HMAC-signed outbound webhooks. Free — MIT licensed.
nself plugin install notifyNo license key required.
Multi-channel notification service. Channels: Email (SMTP), Webhook (HMAC-signed). HTTP endpoints for sending notifications, managing templates, and viewing delivery history.
This plugin runs as its own container in your nSelf stack (rebuild with nself build && nself start after install).
Category: communication. Current version: 1.0.0.
| Env Var | Default | Description |
|---|---|---|
DATABASE_URL |
(required) | Required. |
PORT |
(see plugin.json) | Optional. |
PLUGIN_INTERNAL_SECRET |
— | Optional. |
SMTP_HOST |
(see plugin.json) | Optional. |
SMTP_PORT |
(see plugin.json) | Optional. |
SMTP_USER |
(see plugin.json) | Optional. |
SMTP_PASSWORD |
— | Optional. |
SMTP_FROM |
(see plugin.json) | Optional. |
WEBHOOK_HMAC_SECRET |
— | Optional. |
| Port | Purpose |
|---|---|
| 3052 | Notify service |
2 table(s) added to your Postgres database (prefix: np_notify_):
np_notify_notificationsnp_notify_templates
POST /send — Send a notification (email or webhook channel)
GET /templates — List notification templates
POST /templates — Create/update a template
GET /history — Delivery history
GET /health — Health check
| Route | Target |
|---|---|
/notify/ |
Notify plugin REST API |
curl http://localhost:3052/healthManifest: plugins/notify/plugin.json
← Home →
- Commands
- File Processing Commands
- GitHub Commands
- ID.me Commands
- Jobs Commands
- Notifications Commands
- Realtime Commands
- Shopify Commands
- Stripe Commands
View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)
- Access-Controls
- Admin-Api
- AI-CLI
- AI-Studio
- Alerts
- Analytics
- API
- Audit
- Audit-Analytics
- Audit-Log
- Auth-Enterprise
- Backup
- BYOK
- CDC
- CDN
- CI
- Claw-CLI
- Cloudflare
- Compliance
- Content-Acquisition
- Content-Progress
- Content-Safety
- Costs
- CRDT
- Cron
- DDNS
- Devices
- DLQ
- Documents
- Dogfood
- Donorbox
- DR
- E2EE
- Encryption
- Entitlements
- Event-Bus
- Family-Ancestry
- Family-FamilySearch
- Family-GEDCOM
- Family-MyHeritage
- Family-WikiTree
- Feature-Flags
- Federation
- File-Processing
- Flags
- Forgejo
- Functions-V8
- Game-Metadata
- Gateway
- Gauth
- GDPR
- Geocoding
- GitHub
- GitHub-Runner
- HIPAA
- Home
- IDme
- Infra
- Invitations
- Job-Queue
- Jobs
- K8s
- Link-Preview
- Maintenance
- MDNS
- Media-Processing
- Meetings
- MLflow
- Model
- Monitor
- Monitoring
- Notifications
- Notify
- nSelf-Cloud
- nSelf-Eval-Gate
- nSelf-Geo
- nSelf-Image
- nSelf-PDF
- nSelf-Scan
- nSelf-Sync
- nSelf-Vault
- Object-Storage
- Observability
- Ollama
- Payments
- PayPal
- Pentest
- Pentest-Kit
- Plugin-ClawDE
- Plugin-Gauth
- Plugin-LLM-Gateway
- Plugin-PTY
- Plugin-Retrieval
- Podcast
- Post
- Push
- Queue
- Region
- Release
- Retro-Gaming
- Rom-Discovery
- Search
- Sentry-CLI
- Shared-Utils
- Shopify
- SIEM
- SMS
- Soak
- Sports
- Storage
- Storage-Transform
- Stripe
- Subtitle-Manager
- Tenant
- Tenant-Controller
- TMDB
- Tokens
- Torrent-Manager
- Transactional-Email
- VPN
- WAF
- Warehouse
- Watchdog
- Web3
- Webhooks
- Workflows
Related