تخطَّ إلى المحتوى

notify

هذا المحتوى غير متوفر بلغتك بعد.

Planned Feature: This plugin is not yet available. It is planned for a future release. Current available plugins: Plugins Overview

5-channel notifications: SMTP, Twilio SMS, FCM Push, Slack, and Telegram. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Terminal window
nself license set nself_pro_xxxxx...
nself plugin install notify-pro

Extends the free notify plugin with a full 5-channel notification system: SMTP email, Twilio SMS, Firebase Cloud Messaging (FCM) push notifications, Slack messages, and Telegram messages. Adds A/B testing for notification content, scheduled delivery windows, per-user channel preferences, and a delivery analytics dashboard.

The free notify plugin provides basic SMTP, SMS, and push dispatch. This pro version adds Slack, Telegram, A/B testing, scheduled delivery, user preferences, and analytics.

  • Language: Rust
  • Port: 3719
  • Tables: 2
Env VarDefaultDescription
NOTIFY_PRO_PORT3719Notify pro service port
NOTIFY_PRO_SMTP_HOSTnoneSMTP server host
NOTIFY_PRO_TWILIO_SIDnoneTwilio Account SID
NOTIFY_PRO_TWILIO_TOKENnoneTwilio Auth Token
NOTIFY_PRO_TWILIO_PHONEnoneTwilio phone number
NOTIFY_PRO_FCM_KEYnoneFirebase Cloud Messaging server key
NOTIFY_PRO_SLACK_TOKENnoneSlack Bot Token
NOTIFY_PRO_TELEGRAM_TOKENnoneTelegram Bot API token
PortPurpose
3719Notify pro REST API

2 tables added to your Postgres database:

  • np_notify_pro_queue: queued notifications with channel and schedule
  • np_notify_pro_log: delivery history and A/B test results

None, notify pro is an internal service.