

Overview screen with notification activity and configuration status.
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.
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/
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:
npm ci.npm run build.Build configuration is included in package.json, package-lock.json, webpack.config.js, postcss.config.js, and tsconfig.json.