Description
RingList is SMS marketing with clean lists and prices shown before you send: this plugin builds your list from your store, and you send SMS campaigns to those customers from RingList — with the exact cost of every campaign, per country, shown before it goes out. What the plugin does:
- Every paying customer’s phone number is pushed to RingList automatically when their order is paid or completed.
- Numbers are validated and normalized by RingList — garbage never enters your list, and rejections are logged as order notes with the reason.
- An SMS opt-in checkbox is added to your checkout (recommended, CASL/TCPA friendly). You choose: only opted-in customers, or all paying customers.
- One-click import of your past customers.
- Store-wide default tag — your domain, out of the box and editable — so you always know which site a contact came from. Give specific products their own tags and those replace the default for that product. Tags accumulate across purchases, and WooCommerce’s own product tags are never touched.
- International-ready: billing country is used to send properly prefixed numbers to RingList’s per-country validation.
- Opt-outs are handled by RingList itself: when a customer replies STOP (or ARRÊT), they are unsubscribed permanently.
Your RingList plan’s contact limit applies to contacts added by this plugin.
External services
This plugin connects your store to RingList (https://ringlist.app), the SMS service it is built for. A RingList account and an API key are required; nothing is sent until you enter that key.
What is sent, and when:
- When an order reaches “processing” or “completed” — and, in checkbox consent mode, only if the customer ticked the SMS opt-in box — the plugin sends that customer’s billing phone number, first name, last name, the tags configured for the store or the purchased products, and the word “woocommerce” as the source, to https://ringlist.app/api/v1/contacts.
- The same data is sent for each past order you choose to push with the “Import past customers” button.
- When you click “Test connection”, only your API key is sent, to https://ringlist.app/api/v1/ping, to verify it and read back your account name and plan.
No data is sent on the front end of your site, and nothing is sent about visitors who do not place an order.
RingList is a service by Milotche Media. Its terms of service are available at https://ringlist.app/terms and its privacy policy at https://ringlist.app/privacy. Because you are sending your customers’ personal data to a third party, make sure your own privacy policy says so and that you have the consent required in your jurisdiction (CASL, TCPA, GDPR).
Screenshots




Installation
- Upload and activate the plugin.
- In RingList Settings API keys, create a key and copy it.
- In WooCommerce RingList SMS, paste the key and click “Test connection”.
- Choose your consent mode. Done — new paid orders sync automatically.
FAQ
-
What customer data leaves my site?
-
Phone number, first name and last name of paying customers, plus the tags you configured — sent to your own RingList account only. See “External services” above for the full detail.
-
Does the checkout checkbox work with the block-based checkout?
-
Not yet — it renders on the classic checkout. On block-based checkouts, use the “All paying customers” mode with consent wording in your store terms.
-
What happens to invalid phone numbers?
-
RingList rejects them with a precise reason (recorded as an order note). Your list never collects garbage.
-
How do I send SMS campaigns to these contacts?
-
Log in at ringlist.app: compose your message, see the exact price for your audience before sending, and send from your own dedicated number. Delivery is tracked message by message, and replies like STOP are handled for you.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“RingList for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RingList for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.1
- Admin JS and CSS are now enqueued from files (wp_enqueue_script / wp_enqueue_style) instead of printed inline.
- The “add your API key” reminder now appears only on the Plugins and WooCommerce screens, and can be dismissed permanently.
1.2.0
- Renamed the plugin folder and text domain to
ringlist-for-woocommerceso translations can load. Sites running the 1.1.x zip must deactivate the old copy, install this one, then delete the old — settings are kept. - “Test connection” now tests the key you just typed instead of the saved one — it no longer fails on a fresh install before you hit Save. On success with an unsaved key it points you at the Save button, and a notice reminds you that nothing syncs until the key is saved.
- Default RingList tags for the whole store (WooCommerce RingList SMS), pre-filled with your domain and editable. Products without their own tags inherit it; a product’s own tags take priority and replace the default for that product.
- Contacts are no longer tagged “woocommerce” automatically — the store default tag replaces it. The order’s origin still travels to RingList in the API’s source field.
- Removed the “RingList URL” field from the settings screen: a typo there silently broke every sync. Developers can still point another instance with
define( 'RINGLIST_API_URL', '…' )in wp-config.php or theringlist_api_urlfilter.
1.1.1
- Fix activation on WordPress multisite (removed the Requires Plugins header, which misbehaves when WooCommerce is active per-site; standards-compliant zip packaging).
1.1.0
- Per-product RingList tags (Product data > General): buyers get the product’s tags on their RingList contact. Tags accumulate across purchases instead of being replaced.
1.0.0
- Initial release: automatic order sync, checkout consent checkbox, past-customer import, connection test.
