This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Msg91 for WooCommerce

Msg91 for WooCommerce

AI-powered shopping assistant with WhatsApp, Web, Facebook & Instagram chatbots, product search, cart management, COD-to-prepaid conversion, refun …

80+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Msg91 for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
1 month ago
At least 5.6 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
false
Your host must be running at least this version.
Requires WordPress
5.0
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

80+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Msg91 for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 36 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
7 / 10
Provides: screenshots, description
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

The MSG91 for WooCommerce plugin is an AI-powered shopping assistant that combines automated SMS notifications, a Web Chatbot, WhatsApp Bot, Facebook Bot, and Instagram Bot to drive conversational commerce.

Customers can search products using natural language (“cheap shirts under 999”, “top selling products”), manage their cart, apply discounts, and complete checkout — all via chat. The plugin exposes a full REST API (VoiceBot API) that powers bot integrations, and includes a tokenized checkout hand-off so users can move seamlessly from WhatsApp to the browser.

For Cash-on-Delivery orders, the plugin can automatically reach out via WhatsApp and offer customers a discount to convert to prepaid — reducing fulfillment risk and improving cash flow.

The plugin also supports automated Returns & Exchanges via WhatsApp, allowing customers to initiate returns, exchanges, and refunds directly through the bot. Administrators can configure return windows, refund methods, and exchange policies from the admin panel.

Stock Alerts notify customers via WhatsApp when out-of-stock products become available again, helping recover lost sales and improve customer retention.

Administrators configure channels, discount rules, bot tokens, COD conversion strategies, return policies, stock alerts, and automation triggers from a single settings panel.

Features

  • Automated SMS Notifications for WooCommerce events via MSG91.
  • AI Chatbot / VoiceBot API — REST endpoints for natural-language product search, cart CRUD, discount application, checkout, and order placement.
  • WhatsApp Bot — assisted selling and discount support over WhatsApp with deterministic session handling.
  • Web Chat Widget — real-time customer support with WooCommerce customer data sync.
  • Natural-Language Product Search — fuzzy search with intent parsing (price filters, sorting, category / brand / tag / attribute detection, compare & related products).
  • Runtime Coupon Engine — auto-generates and applies best-fit discount coupons per channel (web / WhatsApp).
  • Multi-Channel Cart — unified cart for guest, mobile, and logged-in users with bidirectional sync.
  • Tokenized Checkout — browser hand-off URL that restores the bot session and cart automatically.
  • Admin Interface for AuthKey, chat-bot, WhatsApp-bot, automation, and widget settings.
  • COD to Prepaid Conversion — automatically offer COD customers a discount via WhatsApp to switch to prepaid, with configurable order-update strategies and conversion logs.
  • Returns & Exchanges — let customers initiate returns, exchanges, and refunds via Bot with automated order validation and refund processing.
  • Stock Alerts — automatically notify customers via WhatsApp when out-of-stock products are back in stock.
  • Facebook & Instagram Bots — extend conversational commerce to Facebook Messenger and Instagram DMs with the same AI assistant.

Supported WooCommerce Events

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)

AI Product Search

Natural-language queries are parsed for:
– Price ranges — “under 999”, “between 100 and 500”, “above 500”
– Sorting — “cheap” (price ASC), “top selling” (total_sales DESC), “newest” (date DESC), “top rated” (rating DESC)
– Filters — category, brand, tag, and product attributes (color, size, material, etc.)
– Intents — compare (“A vs B”), related (“similar to X”), on-sale, featured / recommended

COD to Prepaid

Convert Cash-on-Delivery (COD) orders to prepaid via automated WhatsApp outreach.

  • WhatsApp Confirmation — Send an order-confirmation message immediately after a COD order is placed.
  • Conversion Offer — Offer a configurable discount to incentivise the customer to pay in advance.
  • Order-Update Strategies —
    • Option A: Tag the original order as “Converted to Prepaid”.
    • Option B: Tag and cancel the original order, then create a new paid order.
    • Option C: Tag the original order and mark it as Paid.
  • Backup Order Type — Automatically fall back to Option B if the main strategy fails.
  • Discount Rules — Percentage or fixed-amount discounts with minimum-subtotal and currency filters.
  • Conversion Logs — Track every conversion attempt, success, failure reason, and discount allocation from MSG91 > COD to Prepaid Logs.

Returns & Exchanges

Allow customers to initiate a return directly through the Bot. The bot validates the order, checks eligibility, and processes the return by creating store credit automatically. Administrators can configure return settings from the admin panel.

  • Return Validation — Check order status and return window eligibility automatically.
  • Store Credit — Create store credit for returned items, which customers can use for future purchases.
  • Admin Oversight — Review and manage all return requests from the WooCommerce admin.

COD to Prepaid

How to Use

= Setting Up the MSG91 AuthKey =
1. Navigate to MSG91 > Settings.
2. Enter your AuthKey.
3. Select the Default Country.
4. Click Save Auth Settings.

Managing Automation Rules

  1. Navigate to MSG91 > Automations.
  2. Add or update automation rules for triggering Campaign notifications via multiple channels.

Configuring Chat Bot

  1. Navigate to MSG91 > Chat Bot.
  2. In the Chat Widget section, enter the Bot Instructions to define the AI assistant behaviour.
  3. Enable Assisted Selling to allow cart operations through the bot.
  4. Enable Discount Support to let the bot auto-apply runtime coupons.
  5. Save settings.

Configuring WhatsApp Bot

  1. Navigate to MSG91 > Chat Bot.
  2. In the WhatsApp section, select the WhatsApp Number.
  3. Enable Use Widget Bot to reuse the chat-widget bot for WhatsApp (instead of creating a separate bot).
  4. Enable Assisted Selling and Discount Support as needed.
  5. Save settings.

Configuring Facebook Bot

  1. Navigate to MSG91 > Chat Bot.
  2. In the Facebook section, connect your Facebook page and authorize the MSG91 app.
  3. Enable Assisted Selling to allow cart operations through Facebook Messenger.
  4. Enable Discount Support to let the bot auto-apply runtime coupons.
  5. Save settings.

Configuring Instagram Bot

  1. Navigate to MSG91 > Chat Bot.
  2. In the Instagram section, connect your Instagram Business account.
  3. Enable Assisted Selling to allow product search and cart management via Instagram DMs.
  4. Enable Discount Support to let the bot auto-apply runtime coupons.
  5. Save settings.

Configuring Returns & Exchanges

  1. Navigate to MSG91 > Chat Bot.
  2. Switch to the Returns & Exchanges tab.
  3. Enable the Returns & Exchanges toggle.
  4. Save settings.
  5. Customers can now initiate returns via Bot by messaging the bot.

Configuring Chat Widget

  1. Navigate to MSG91 > Chat Widget.
  2. Select the Widget Token from the dropdown.
  3. Configure the WhatsApp Number for the widget.
  4. Click Save Settings or Preview Widget to test.

Configuring COD to Prepaid

  1. Navigate to MSG91 > COD to Prepaid.
  2. Enable the COD to Prepaid toggle.
  3. Select the WhatsApp Number to send confirmation and conversion messages.
  4. Choose a Main Order Type (Option A, B, or C) that matches your fulfillment workflow.
  5. (Optional) Enable Backup Order Type to use Option B as a fallback.
  6. Enable COD Confirmation to send an immediate order-confirmation message.
  7. Switch to the Discount tab to add conversion discounts (percentage or amount, with minimum subtotal and currency).
  8. Save settings.
  9. View conversion history and filter logs at MSG91 > COD to Prepaid Logs.

Configuring Stock Alerts

  1. Navigate to MSG91 > Stock Alerts.
  2. Enable the Stock Alerts toggle.
  3. Select the WhatsApp Number to send back-in-stock alerts.
  4. Save settings.
  5. Customers who previously viewed out-of-stock products will automatically receive a WhatsApp alert when inventory is replenished.

File Storage and Data Management

This plugin follows WordPress.org guidelines for file storage:

Data Storage Location

  • Plugin Data: All plugin-generated files are stored in the WordPress uploads directory at wp-content/uploads/msg91-for-woocommerce/
  • WordPress Compliance: Ensures compatibility with plugin update guidelines
  • Automatic Cleanup: Files are removed when the plugin is uninstalled

File Operations

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

External Services

This plugin connects to external services:

MSG91.com

  • Purpose: SMS delivery, chat-bot orchestration, WhatsApp template / campaign management, and inbox linking
  • Data sent: User phone numbers, message content, campaign data, bot configuration
  • API Endpoints: https://control.msg91.com/api/v5
  • Terms of use: https://msg91.com/terms
  • Privacy policy: https://msg91.com/privacy

Additional Services

  • IP Info API: Used for location-based services (https://ipinfo.io/json)
  • Sokt.io: Used for flow management (https://flow.sokt.io)

Support

For any issues, contact support via GitHub Issues
or the WooCommerce Support Forums.

What is MSG91?

MSG91 is a cloud communication platform that provides SMS, WhatsApp, and chat-bot services for businesses.

Do I need a MSG91 account?

Yes, you need a MSG91 account to obtain the AuthKey and bot IDs required for SMS and chat-bot features.

Is this plugin free?

Yes, this plugin is free and open source under the GPLv2 license.

Does this plugin work with WooCommerce?

Yes, WooCommerce must be installed and activated.

Can customers checkout from WhatsApp?

Yes. The plugin generates a tokenized checkout URL that restores the bot cart and session in the browser.

What customer types are supported?

Guest (widget), mobile (WhatsApp), and logged-in WordPress users. Each has a deterministic session and isolated cart.

Can I convert COD orders to prepaid?

Yes. The plugin can send automated WhatsApp messages to COD customers offering a discount to switch to prepaid. You can choose how the original order is updated (tag, cancel + recreate, or mark as paid) and review conversion logs in the admin panel.

Categories
AI assistants & chatbotsEmail & SMS
Plugin details
Version3.0.0
Last updated2026-06-26 12:27pm GMT
Added2025-09-09
Requires WordPress5.0
Tested up to7.0.2
Requires PHPfalse

Tags on WordPress.org
chatbot
msg91
Notifications
sms
woocommerce
Alternatives
Other plugins in the same categories.
MxChat – AI Chatbot & Content Generation for WordPress
2K+ installs
5.0(29)
BotWriter – AI Writer & SEO Content Generator
3K+ installs
4.4(16)
AxiaChat AI – Free AI Chatbot (Answers Customers Automatically)
1K+ installs
5.0(12)
Notification for Telegram
4K+ installs
4.9(68)
AI ChatBot for WooCommerce – WoowBot
900+ installs
4.8(19)
Live Chat & AI Chatbot – onWebChat
700+ installs
4.7(24)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy