The MSG91 for WooCommerce plugin enables automated SMS notifications via MSG91 when specific WooCommerce events occur.
It provides an admin interface for managing webhook automations and settings, including storing and retrieving the MSG91 AuthKey.
This plugin triggers SMS notifications for:
– New Customer Registration (woocommerce_new_customer)
– Customer Update (woocommerce_update_customer)
– New Order Placement (woocommerce_new_order)
– Order Update (woocommerce_update_order)
– Payment Completion (woocommerce_payment_complete)
– Order Completion (woocommerce_order_status_completed)
– Order Cancellation (woocommerce_order_status_cancelled)
– Order Refund (woocommerce_order_status_refunded)
= Setting Up the MSG91 AuthKey =
1. Navigate to WooCommerce > MSG91 Settings.
2. Enter your AuthKey.
3. Click Save to store it securely in the database.
This plugin follows WordPress.org guidelines for file storage:
wp-content/uploads/msg91-for-woocommerce/The plugin uses the WordPress filesystem API for secure operations:
– Save JSON files in uploads directory
– Read stored JSON files
– Delete files when needed
– Automatic migration of old files to uploads during activation
This plugin connects to external services:
For any issues, contact support via GitHub Issues
or the WooCommerce Support Forums.