Title: Mumble
Author: mumbleapp
Published: <strong>September 3, 2026</strong>
Last modified: September 3, 2026

---

Search plugins

![](https://ps.w.org/mumble/assets/banner-772x250.png?rev=3679835)

![](https://ps.w.org/mumble/assets/icon-256x256.png?rev=3679835)

# Mumble

 By [mumbleapp](https://profiles.wordpress.org/mumbleapp/)

[Download](https://downloads.wordpress.org/plugin/mumble.0.3.4.zip)

 * [Details](https://wordpress.org/plugins/mumble/#description)
 * [Reviews](https://wordpress.org/plugins/mumble/#reviews)
 *  [Installation](https://wordpress.org/plugins/mumble/#installation)
 * [Development](https://wordpress.org/plugins/mumble/#developers)

 [Support](https://wordpress.org/support/plugin/mumble/)

## Description

Mumble connects your WordPress site to the WhatsApp Business API through your [Mumble](https://mumble.co.il)
account. Everything is configured from a friendly settings screen, in Hebrew or 
English, with ready made message templates and a built in test mode.

**For lead sites (landing pages, service businesses):**

 * A visitor submits a form and instantly receives an approved WhatsApp message.
 * Works automatically with Elementor Pro, Contact Form 7, WPForms, Gravity Forms,
   Fluent Forms, Ninja Forms, Formidable, Forminator, MetForm and JetFormBuilder.
   Any other system can connect with one action hook.
 * Optionally attach a Mumble chatbot that continues the conversation when the lead
   replies.
 * Leads are saved as Mumble contacts with a label and their ad attribution (UTM,
   gclid, fbclid).

**For WooCommerce stores:**

 * Order status notifications on WhatsApp (confirmation, shipped, refund).
 * Abandoned cart recovery: two reminders with a one click restore link and an optional
   single use coupon, generated per customer.
 * Back in stock alerts with a small signup form on out of stock products.
 * Win back messages for dormant customers and review requests after delivery.
 * Full order notes trail: every WhatsApp event is recorded on the order screen.

**Extras:**

 * A floating WhatsApp chat widget with your branding.
 * Mumble Tracker integration with automatic events (page views, leads, add to cart,
   purchases).
 * A weekly WhatsApp summary of leads, orders and recovered carts to the store owner.
 * Test mode: every message is rerouted to your own number until you are ready.

A Mumble account with an API key is required.

### External services

This plugin talks to the Mumble platform (https://app.mumble.co.il), the service
that sends the WhatsApp messages. It is required for every feature of the plugin.

 * What is sent: the customer phone number, name, email and the message variables
   you configured (for example order number and total), together with your API key.
   Data is sent only for the events you enabled in the settings.
 * When: on form submissions, order events, cart reminders and the other flows you
   switch on.
 * Provider: Mumble, https://mumble.co.il. Terms and privacy: https://mumble.co.
   il/terms/

If you enable the Mumble Tracker feature, the tracker script from Mumble is embedded
on your public pages and reports browsing events (page views, add to cart, purchase)
to your Mumble dashboard.

## Installation

 1. Install and activate the plugin.
 2. Open the Mumble menu in the WordPress admin.
 3. Paste your Mumble API key (Mumble dashboard, Settings, Technical profile) and save.
 4. Turn on test mode, enable a feature, send yourself a test from that feature page.
 5. Turn off test mode and go live.

## FAQ

### Do I need a Mumble account?

Yes. The plugin is the bridge between your site and your Mumble account, which holds
your WhatsApp Business number and approved message templates.

### Which forms are supported for leads?

Elementor Pro, Contact Form 7, WPForms, Gravity Forms, Fluent Forms, Ninja Forms,
Formidable, Forminator, MetForm and JetFormBuilder are detected automatically. Anything
else can call `do_action( 'mumble_wp_lead', array( 'phone' => ..., 'name' => ...))`.

### Does it work with international phone numbers?

Yes. Numbers typed in international format always pass through as is. Local format
numbers are resolved using the customer’s billing country at checkout, the visitor’s
country on lead forms, or the store country as a fallback.

### Why do messages need pre approved templates?

WhatsApp only allows businesses to start a conversation with a template approved
by Meta. The plugin ships with a library of ready made templates in Hebrew and English
that you can create into your account with one click.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Mumble” is open source software. The following people have contributed to this 
plugin.

Contributors

 *   [ mumbleapp ](https://profiles.wordpress.org/mumbleapp/)

[Translate “Mumble” into your language.](https://translate.wordpress.org/projects/wp-plugins/mumble)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/mumble/), check out
the [SVN repository](https://plugins.svn.wordpress.org/mumble/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/mumble/) by [RSS](https://plugins.trac.wordpress.org/log/mumble/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.3.4

 * A brand-new Mumble account with no templates yet now connects successfully.

#### 0.3.3

 * Source language is now English with a bundled Hebrew (he_IL) translation; ready
   for community translations on translate.wordpress.org.
 * All styles and scripts load through the WordPress enqueue system.
 * Sora font bundled locally (SIL OFL 1.1); no external font requests.
 * “Powered by Mumble” credits are now opt-in and off by default.
 * “Where is my order?” bot integration is visible on the orders screen.

#### 0.3.2

 * Live preview of the opt-in popup on its settings screen.

#### 0.3.1

 * Opt-in popup redesigned to match the Mumble signup widget: corner position, site
   icon, country flags, clearer consent text.
 * English template presets show English names.
 * Third-party admin notices can no longer appear inside the plugin’s dialogs.

#### 0.3.0

 * WhatsApp opt-in popup: visitors join your list and become Mumble contacts with
   the whatsapp-subscriber label, optional welcome message.
 * Cash on delivery confirmations: unpaid COD orders ask the customer to confirm
   on WhatsApp, the reply lands in your inbox.
 * Revenue analytics on the overview: 30-day KPI tiles and orders attributed to 
   win-back and review messages.
 * Review requests can include your review page link as a message variable.
 * Country code fully auto-detected; phone settings normalize to international format
   on save.
 * Ready-made templates audited against Meta’s variable-position rule; clearer API
   errors with Meta’s real reason.
 * Smoother testing: spaced-out test sends, save-first hint, result banners scroll
   into view, back-in-stock signups listed in the admin.

#### 0.2.9

 * Powered by Mumble link in the widget now uses the Mumble purple.

#### 0.2.8

 * Plugin renamed to Mumble, text domain aligned.
 * Country detection: checkout billing country and visitor country resolve local
   phone formats.
 * Five more form plugins supported for leads.
 * Win back and review request deduplication per customer.

#### 0.2.0

 * First public build: leads, WooCommerce notifications, cart recovery, stock alerts,
   widget, tracker, weekly summary.

## Meta

 *  Version **0.3.4**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [abandoned cart](https://wordpress.org/plugins/tags/abandoned-cart/)[leads](https://wordpress.org/plugins/tags/leads/)
   [Notifications](https://wordpress.org/plugins/tags/notifications/)[whatsapp](https://wordpress.org/plugins/tags/whatsapp/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/mumble/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/mumble/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/mumble/reviews/)

## Contributors

 *   [ mumbleapp ](https://profiles.wordpress.org/mumbleapp/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/mumble/)