Açıklama
msgflash connects your WooCommerce store to WhatsApp, enabling automated, real-time customer messaging without manual effort.
Whether you run a boutique or a high-volume store, msgflash keeps your customers informed and engaged through the channel they use every day.
Key Features
- Order Confirmations – Automatically send a WhatsApp message when a customer places an order.
- Shipping Notifications – Notify customers the moment their order status changes to completed/shipped.
- Abandoned Cart Recovery – Send reminders to customers who left items in their cart without completing their purchase.
- Customizable Templates – Personalize every message with variables like
{first_name},{order_id},{order_total}, and more. - Async Processing – Messages are sent in the background so your checkout page never slows down.
- Phone Number Normalization – Automatically formats phone numbers to international standards.
- Multi-Instance Support – Choose which WhatsApp instance to use from your MsgFlash account.
Use Cases (2026 Patterns)
- Récupération de Paniers (Cart Recovery) – Reduce abandoned carts by automatically reaching out to customers who didn’t complete checkout. Set a configurable delay (30 min to 24 hours).
- Notifications Transactionnelles (Transactional Notifications) – Keep customers informed at every step: order received, order shipped, with tracking URLs.
- Suivi de Colis (Package Tracking) – Include shipping method and tracking links directly in WhatsApp messages.
How It Works
- Create an account on msgflash.com and connect a WhatsApp instance.
- Install the plugin and paste your API key.
- Select your default WhatsApp instance.
- Enable the automations you want and customize your message templates.
- That’s it — msgflash handles the rest automatically.
Requirements
- WordPress 5.8 or higher
- PHP 7.4 or higher
- WooCommerce 5.0 or higher
- An active MsgFlash account with at least one connected WhatsApp instance
Important Notes
- The plugin requires a valid MsgFlash API key (
msgf_live_...). - You must have at least one connected WhatsApp instance in your MsgFlash account.
- Phone numbers should be valid and in international format for reliable delivery.
External services
This plugin connects to the MsgFlash API, provided by MsgFlash, to send WhatsApp messages and retrieve WhatsApp instance information for your WooCommerce store.
The MsgFlash API is required for the plugin to work. It is used to test the API connection, fetch the WhatsApp instances connected to your MsgFlash account, and send configured WooCommerce messages such as order confirmations, shipping notifications, abandoned cart recovery messages, and test messages.
The plugin may send the following data to the MsgFlash API when an enabled automation runs or when the store administrator tests the connection or sends a test message:
- MsgFlash API key configured by the site administrator
- WooCommerce order information required to build the message, such as order ID, order status, order total, billing first name, billing phone number, shipping method, tracking URL if configured, and related message template variables
- Customer phone number used as the WhatsApp recipient
- Message content generated from the configured template
- Selected MsgFlash WhatsApp instance identifier
- Store/plugin metadata required for API processing and troubleshooting
This data is sent only when the plugin needs to communicate with the MsgFlash API, for example when testing the connection, retrieving available instances, sending a test message, or sending an enabled WooCommerce notification.
Service provider: MsgFlash
Service endpoint: https://srv.msgflash.com/api/v1
Terms of Service: https://www.msgflash.com/conditions-utilisation
Privacy Policy: https://www.msgflash.com/politique-confidentialite
Privacy & GDPR
This plugin sends WhatsApp messages using customer data already stored in WooCommerce (phone number, name, order details). No additional personal data is collected or transmitted to third-party services beyond the MsgFlash API required for message delivery.
Yükleme
- Upload the Plugin:
- Download the plugin
.zipfile. - In your WordPress admin, go to Plugins > Add New > Upload Plugin.
- Upload the
.zipfile and click Install Now.
- Download the plugin
- Activate the Plugin:
- Click Activate Plugin after installation.
- Generate Your API Key:
- Log in to your MsgFlash dashboard.
- Navigate to Settings > API Keys and generate a new key (
msgf_live_...). - Make sure you have at least one WhatsApp instance connected.
- Configure the Plugin:
- In WordPress admin, click the msgflash menu item.
- Paste your API key and click Test Connection.
- Select your default WhatsApp instance from the dropdown.
- Enable the automations you want (New Order, Order Shipped, Abandoned Cart).
- Customize your message templates with variables like
{first_name},{order_id}, etc.
- Save Settings and Test:
- Click Save Settings.
- Use the Send Test Message feature to verify your configuration.
SSS
-
Do I need a MsgFlash account?
-
Yes. The plugin connects to your MsgFlash account via API. You can sign up at msgflash.com.
-
What happens if a customer doesn’t have a phone number?
-
The plugin skips the message for orders without a valid phone number. The error is logged for your review.
-
Will the plugin slow down my checkout?
-
No. All message sending is done asynchronously in the background using Action Scheduler. Your checkout experience remains fast.
-
Can I customize the messages?
-
Yes. Each automation has a customizable template with variables:
{first_name},{order_id},{order_total},{order_url},{shipping_method},{tracking_url}, and more. -
How does abandoned cart recovery work?
-
The plugin runs an hourly cron check. Orders in “pending” or “failed” status older than your configured delay (default: 1 hour) that haven’t been notified will trigger a reminder message.
-
Can I use my own WhatsApp number?
-
The plugin uses WhatsApp instances configured in your MsgFlash account. You can manage instances from the MsgFlash dashboard.
İncelemeler
Bu eklenti için herhangi bir değerlendirme bulunmuyor.
Katkıda Bulunanlar ve Geliştiriciler
“msgflash – Messaging Automation for WooCommerce” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.
Katkıda bulunanlar“msgflash – Messaging Automation for WooCommerce” eklentisini dilinize çevirin.
Geliştirmeyle ilgilenir misiniz?
Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.
Değişiklik Kaydı
1.0.0
- Initial release.
- API connection test with instance selection.
- New order confirmation via WhatsApp.
- Order shipped/completed notification.
- Abandoned cart recovery with configurable delay.
- Customizable message templates with variables.
- Asynchronous message processing via Action Scheduler.
- Phone number normalization.
- Local logging system.