Changelog
New – WooCommerce Plugin Feature - Multi-SMS Gateway Support New feature
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.
Use Any meta_key in Your SMS Messages for WooCommerce New feature
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