Your SMS are sent from your own mobile.See how it works
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
194public releases
29product areas
4change types
September 21, 2026latest recorded release

Release history

69 updates

Newest first
2025

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

Email API Python Module Release

Now, you can easily connect your email account to the API using Python, making automation and email management more seamless and secure.

🔹 Key Update:

Added a dedicated Python module to simplify email integration
Secure and efficient connection to your email account
Developer-friendly with easy-to-use functions and examples
Get started now and enhance your email automation! 🚀

Visit :https://smsmobileapi.com/email/
#25

Automatic Unsubscribe Footer

We have added a new parameter, unsubscribe=1, to the Email Connect feature. When included in an API request, this parameter automatically appends an unsubscribe section at the bottom of the email.

How It Works:
Adding unsubscribe=1 to the API request enables this feature.
A footer with unsubscribe terms is automatically generated.
A dynamic unsubscribe link is included, allowing recipients to opt out from the mailing list.
This update ensures compliance with email regulations and improves recipient experience.
#24

Custom Email Headers & Footers in API

The email API now allows you to define a custom header and footer for every email sent via API requests.
This can be easily configured through the dashboard.
You can use this feature to automatically add a signature, an advertisement, or a custom layout to every outgoing email, ensuring consistent branding and messaging. 🚀
#23

Automated Daily Reports for SMS Status and Delivery Insights

You can now receive automated daily reports via email, providing detailed insights into your SMS activity.

Report sent every day at 00:01 with data from the previous day
* Delivered to your chosen email address, with up to two optional additional recipients

Includes:
-Total SMS sent
-Successfully delivered SMS
-Failed SMS with errors
-Pending SMS awaiting delivery

Stay informed and monitor your SMS performance effortlessly! 🚀
#22

Time Zone Selection in Profile Menu

We have added a new feature in the dashboard under the Profile menu that allows users to select their time zone. This enhancement provides better clarity and tracking of the date and time of sent SMS messages.

By default, the time zone is set to UTC, but you can now adjust it to match your local time for improved reporting and scheduling accuracy.
#21

Composer - SDK PHP

The new PHP SDK for SMS Mobile API is now available! Easily integrate SMS sending into your PHP applications using Composer. Install it with composer require smsmobileapi/sdk and start sending messages effortlessly."

LINK 1 : https://packagist.org/packages/smsmobileapi/smsmobileapi-php
LINK 2 : https://github.com/SmsMobileApi/smsmobileapi-php
#18

New version of ANDROID App 3.0.11

**** Update sent on 02/18 for review by Google, awaiting publication on Google Play : ****
-If a message fails to send due to an external issue, you can now retry sending it with a button in the SMS list.
-Updated the main menu.
-Added a "Contact Support" option via the [?] button in the main menu.
-New TOOLS menu to explore our latest features.
-Added a "Tools" page to showcase SMSMobileAPI tools and updates.
-Updated the subscription renewal button.
-Improved the sending process to prevent errors with special accented characters.
-The SMS list now displays the source of each sent message (Dashboard, Test, WooCommerce, Python, Shopify, Zapier, etc.).
#16

Resend an unsent SMS via API

It is now possible to initiate a new attempt to resend an unsent SMS via the /resend endpoint.
Check the documentation for more details : https://smsmobileapi.com/doc/

Example :
https://api.smsmobileapi.com/resend/?apikey=YOUR_API_KEY
#15