Production-ready mobile infrastructureHTTPS API · Android & iOS · Documented end to endExplore the platform
PLATFORMAPI-first architectureSecure device pairingDelivery visibilityMulti-device controlVersioned documentation
SMSMobileAPI / Platform updates

Product evolution, documented

Every meaningful change.
One clear timeline.

Follow new capabilities, platform improvements and fixes across the API, dashboard, mobile apps and integrations.

SMSMobileAPI platform releases across APIs, mobile apps and integrations
Live changelog source
181public releases
27product areas
4change types
September 4, 2026latest recorded release

Release history

2 updates

Newest first
2025

New – WooCommerce Plugin Feature - Multi-SMS Gateway Support

You can now choose to send SMS from your WooCommerce store using:

- ✅ **SMSMobileAPI** (send directly from your mobile phone, like for the first version of the plugin)
- 🌐 **External providers** like **OpenPhone**, **Twilio**, **MessageBird**, **ClickSend**, and more
- 🔌 **Your own SMS gateway or modem**

Easily configure everything in your SMSMobileAPI dashboard and paste your API Key into the WooCommerce plugin settings.

### ⚙️ Dashboard Update
- Added a new section to manage external SMS gateway connections.
- Auto-generated API keys for third-party services.

### 🔍 Info
- 💡 *Your provider isn’t listed?* Check your SMSMobileAPI dashboard for the full list of supported services.
Learn more
#113

Use Any meta_key in Your SMS Messages for WooCommerce

Now, you can use any meta_key from the order's post_meta data directly in your SMS messages.
Whether it's a built-in WooCommerce meta key or a custom field added by another plugin, you can simply include it in your message using [meta_key], and it will be dynamically replaced with the actual order data.

💡 Example:
If your order contains:

_tracking_number → ABC123456
_custom_note → Urgent order, fast shipping!

Enter this config : Your order [order_id] has been shipped! Tracking: [tracking_number]. Note: [custom_note]

✅ Works with all WooCommerce meta fields
✅ No additional configuration required
✅ Compatible with third-party plugins that add custom meta fields
#26