
內容簡介
總結:這個 WordPress 外掛是一個動態通知管理器,能輕鬆地創建並精確管理基於事件和指標的通知。這款外掛專為 WordPress 設計,讓您可以通知用戶、管理員或外部平台重要操作、事件或趨勢。
**問題與答案**:
1. 這個外掛的主要功能是什麼?
- 答:它提供基於事件和指標的通知功能,可以根據 WordPress 事件觸發提醒,也可以追蹤性能指標並比較前期數據以獲得行動建議。
2. 這個外掛可以發送通知到哪些平台?
- 答:它可以無縫集成郵件、Slack 和 Discord,讓您能夠直接將警報發送到電子郵件收件箱、Slack 頻道和 Discord 伺服器。
3. 這個外掛如何確保使用者的數據安全?
- 答:它與 Monitori Middleware 整合,該服務作為一個橋樑,安全地驗證和發送消息到 Slack 和 Discord。該服務在用戶認證時發送 OAuth 驗證令牌,以及在事件或指標觸發時發送通知訊息和刷新令牌。
外掛標籤
開發者團隊
② 後台搜尋「Monitori – WordPress Monitoring & Real-Time Alerts for Slack, Discord, and Email」→ 直接安裝(推薦)
原文外掛簡介
Monitori is a powerful and intuitive WordPress monitoring solution designed to keep you and your team informed at all times. It provides customizable alerts and notifications triggered by a wide range of WordPress events and performance metrics—right out of the box. Plugin homepage.
Why Monitori for WordPress Monitoring?
Comprehensive Event Monitoring: Keep track of plugin activations, theme updates, WooCommerce orders, payments, user registrations, and more.
Metric-Based Alerts: Compare key business metrics (order counts, revenue, etc.) against previous periods for actionable insights.
Multi-Channel Notifications: Stay connected with real-time Slack alerts, Discord alerts (Pro), or email notifications—no code required.
Unlimited Notifications: Create as many alerts as your workflow demands, each tailored to meet specific requirements.
User-Friendly Interface: Configure and manage monitoring rules in minutes via an intuitive setup wizard.
Slack Integration: Set up seamless Slack notifications to instantly share updates in your preferred channels.
Discord Integration (Pro): Easily send urgent messages or routine status updates to your Discord servers, ensuring quick responses.
Email Delivery: Prefer email? No problem. Get critical WordPress alerts directly in your inbox.
With Monitori, you’ll never miss important site activities or performance changes. Whether you’re tracking sales milestones in WooCommerce or monitoring daily metrics, you can focus on what matters most while Monitori handles the updates.
How Monitori Works
Install & Activate: Quickly install the plugin from the WordPress Plugin Directory and activate it.
Configure Notifications: Select which events or metrics you’d like to monitor (e.g., new orders, revenue thresholds, user signups).
Choose Your Channels: Set up Slack and Discord integrations (Pro) or configure email recipients for instant delivery of alerts.
Stay Informed: Monitor real-time results in your WordPress dashboard. The plugin automatically sends out alerts whenever your conditions are met.
Whether you’re a solo entrepreneur, a WooCommerce store owner, or a large agency, Monitori is your go-to WordPress plugin for comprehensive monitoring and alerts—across Slack, Discord, and email. Stay informed and proactive with Monitori!
Get started with Monitori today and experience hassle-free WordPress monitoring, real-time alerts, and seamless integrations with Slack and Discord.
External Services
Monitori integrates with the following external services to facilitate notifications. Below, we describe how each service is used, what data is sent, when, and links to their respective policies.
1. Monitori Middleware (https://mw.monitori.app)
Purpose: Acts as a bridge to authenticate and send messages to Slack and Discord securely.
What Data is Sent:
OAuth authentication tokens (during authentication).
Notification messages (when an event-based or metric-based notification is triggered).
Refresh tokens (to maintain authentication with third-party services).
When Data is Sent:
During user authentication with Slack or Discord.
When a user sets up and saves their notification settings.
When a notification is triggered and must be sent to Slack or Discord.
Where the Data is Sent:
Requests are sent to https://mw.monitori.app API endpoints for processing.
Links to Terms & Privacy Policies:
Monitori Privacy Policy
Monitori Terms of Service
2. Slack API (https://slack.com/api)
Purpose: Used to send notifications to Slack channels selected by the user.
What Data is Sent:
Slack OAuth access token (saved by the user after authentication).
Message content (when a notification is triggered).
Slack channel ID (where the message should be sent).
When Data is Sent:
When the user authenticates with Slack to allow the plugin to send messages.
When a notification is triggered and must be delivered.
Where the Data is Sent:
Requests are sent to https://slack.com/api/chat.postMessage for message delivery.
Links to Terms & Privacy Policies:
Slack Terms of Service
Slack Privacy Policy
3. Discord API (https://discord.com/api)
Purpose: Used to send notifications to Discord servers selected by the user.
What Data is Sent:
Discord OAuth access token (saved by the user after authentication).
Message content (when a notification is triggered).
Discord channel ID (where the message should be sent).
When Data is Sent:
When the user authenticates with Discord to allow the plugin to send messages.
When a notification is triggered and must be delivered.
Where the Data is Sent:
Requests are sent to https://discord.com/api/webhooks/{webhook_id}/{webhook_token} for message delivery.
Requests may also go through https://mw.monitori.app/api/discord/refresh for token refresh.
Links to Terms & Privacy Policies:
Discord Terms of Service
Discord Privacy Policy
Development and Source Code
This plugin includes the source files for its JavaScript and SCSS assets, located in the /src folder:
Bundling: this plugin uses Vite to bundle its assets. The configuration file (vite.config.js) is located in the plugin’s root directory.
JavaScript: the uncompiled js can be found in src/js/
SCSS: all uncompiled scss can be found in src/scss/
