niftyConnect Event Notifications
niftyConnect helps site users receive timely notifications for important WordPress and WooCommerce events.
niftyConnect includes email, Telegram, and WhatsApp Cloud API notification channels, customizable templates, per-channel notification routing, trigger-specific role and custom recipients, manual test notifications, channel-specific message controls, and an optional administrator-configured daily sending limit. Set the daily limit to 0 for unlimited sending.
Features
- Email notification channel.
- Telegram notification channel with bot, chat, formatting, and link preview settings.
- WhatsApp Cloud API channel with approved-template and free-form text modes.
- Per-channel notification routing for WordPress and WooCommerce events.
- Trigger-specific role recipients, user-profile Telegram/WhatsApp destinations, and custom email recipients.
- Custom notification content and per-event WhatsApp approved templates.
- Manual test notification.
- New post published notifications.
- Post updated notifications.
- New comment notifications.
- Pending comment moderation notifications.
- New user registration notifications.
- WooCommerce new order notifications.
- WooCommerce completed order notifications.
- WooCommerce order status change notifications.
- WooCommerce new customer notifications.
- WooCommerce low stock notifications.
- WooCommerce back in stock notifications.
- Optional daily notification sending limit.
Third-party services
niftyConnect is an independent plugin and is not affiliated with, endorsed by, or sponsored by Meta, WhatsApp, Telegram, Automattic, or WooCommerce.
niftyConnect can send Telegram notifications only after an administrator enters a Telegram bot token and chat ID. When Telegram is enabled, the plugin sends the notification subject, notification body, and configured chat ID to the Telegram Bot API so Telegram can deliver the message. Depending on the enabled triggers and templates, the notification message may include site, post, comment, user, and WooCommerce order details selected in your notification template.
Telegram service: https://telegram.org/ Telegram Bot API: https://core.telegram.org/bots/api Telegram Terms of Service: https://telegram.org/tos Telegram Privacy Policy: https://telegram.org/privacy
niftyConnect can send WhatsApp notifications only after an administrator configures a Meta access token, WhatsApp business phone number ID, recipient number, and message mode. When WhatsApp is enabled, the plugin sends the configured recipient phone number, notification subject and body, template details, and relevant event content to Meta’s Graph API so WhatsApp can deliver the message. Depending on enabled triggers and templates, this may include site, post, comment, user, security, and WooCommerce order details. Access tokens can be stored in plugin settings or supplied through the NIFTYCONNECT_WHATSAPP_ACCESS_TOKEN constant in wp-config.php.
WhatsApp service: https://www.whatsapp.com/ WhatsApp Cloud API: https://developers.facebook.com/docs/whatsapp/cloud-api/ Meta Terms: https://www.facebook.com/legal/terms Meta Privacy Policy: https://www.facebook.com/privacy/policy/
Source code and build tools
The distributed build/admin.js, build/admin.css, and build/admin-rtl.css files are generated from the human-readable source in src/admin/.
The public source repository is available at:
https://github.com/juah255/niftyconnect
The WordPress.org release package includes the source files, npm package manifest, lock file, and build configuration needed to rebuild these generated assets.
To rebuild the admin assets:
- Use Node.js 20 with npm 10.9.3.
- Run
npm ci. - Run
npm run build.
Build configuration is included in package.json, package-lock.json, webpack.config.js, postcss.config.js, and tsconfig.json.
