Facebookpixel Changelog – SMSmobileAPI - SMSMobileAPI
Changelog

Changelog

Technical Support System Update Update

We’ve improved the technical support system for a better experience:

Clearer ticket statuses with color codes

New chat-style view with left/right message alignment

Automatic scroll to latest messages

Reply tracking with "seen" status

Instant reply and auto-close on response

Faster, clearer, and easier support πŸ’¬βœ…

Date of release : 2025-06-12 at 14:10:26 GMT
Support: Dashboard

Link copied!

Secondary SMS Gateway for Failed Message Handling from Mobile APP New feature

In the dashboard, under the main menu "SMS Messages" > "Options & Rules", a new feature has been added in the "Rules for Failed SMS Messages" tab. You can now define a secondary SMS Gateway to ensure message delivery if the SMS cannot be sent via the SMSMobileAPI mobile app. This provides an added layer of reliability, allowing messages to be sent through an alternative gateway even when the mobile app is unavailable.

Date of release : 2025-06-11 at 11:20:37 GMT
Support: Dashboard

Link copied!

New Feature - Connect Your Own SMS Gateway New feature

We introduce a powerful new feature that allows you to connect your own physical SMS Gateway or HTTP URL-based SMS Gateway directly to SMSMobileAPI.
πŸ”§ What’s new?

You can now link your personal SMS Gateway to your SMSMobileAPI account using a secure API Key.
Compatible with physical devices or third-party HTTP-based SMS endpoints.
Once connected, your gateway will be used to send SMS through all our existing integrations.

βœ… Full integration with:

WooCommerce
Shopify
Python scripts
Zapier
Shell commands (SSH, CLI, etc.)
And many more...

πŸ’‘ Why use it?

This feature gives you full control and flexibility, allowing you to use your own infrastructure for SMS sending while still benefiting from the ease and power of SMSMobileAPI’s tools and plugins.

Date of release : 2025-06-09 at 07:10:24 GMT
Support: External SMS Service

Link copied!

Notifications are now available again to keep you informed about key actions between SMSMobileAPI and your mobile communications Debug

This feature is available for users of the Android APK version β‰₯ 3.0.29, or for users who downloaded the app from the Google Play Store with version β‰₯ 3.0.29. (Google Play Store release is coming soon.)

### Update

- You can now enable or disable detailed notifications from your dashboard.

**SMS-related notifications:**
- Receive a notification when a new SMS is sent *to* your mobile.
- Get notified when a new SMS is sent *from* your device via the SMS Mobile API.
- Be alerted if an error occurs while sending an SMS.
- Get notified when a new support message is received.

**WhatsApp-related notifications:**
- Receive confirmation when your WhatsApp message is successfully sent.
- Be alerted if your WhatsApp message fails to send.
- Get notified if the recipient's WhatsApp contact is not found.
- Be informed in case of an authentication error with your WhatsApp account.

These notifications help you monitor your activity in real-time and take immediate action when something goes wrong.

Date of release : 2025-06-07 at 21:45:26 GMT
Support: App

Link copied!

Version 3.0.29.0 – APK Release Debug

a new version of the SMS Mobile API Android app (APK) is now available for download!

This update includes several important improvements to enhance your experience and the app's stability:

🚫 App launch is now blocked if the mobile network quality is too low, to avoid unexpected issues.

⏳ Loading message is no longer displayed if the server is in pause mode.

⚑ SMS processing speed improved, preventing the main window from freezing.

πŸ› οΈ Major debug fixes to increase the overall stability of the mobile app.

πŸ—‘οΈ In the SMS list, pending messages can now be deleted from the queue.

πŸ•’ You can now see the date and time of SMS reception via the API.

🎨 A color-coded indicator shows the sending status of each SMS.

πŸ”” Mobile notifications are re-enabled.

❓ The [?] Help button has been reorganized for easier access to the Help Center.

πŸ“˜ A Tutorial is now available directly from the [?] menu.

πŸ“„ The FAQ section has also been added under the [?] menu.

We strongly recommend you to update to the latest version to benefit from these improvements.

Date of release : 2025-06-07 at 18:06:47 GMT
Support: App & Web

Link copied!

[3.0.28.0] - Available on Google Play Store Debug

- This new version is now officially available on the Google Play Store.
- Minor improvements and stability enhancements.

Date of release : 2025-06-01 at 19:15:34 GMT
Support: Android APP

Link copied!

Campaign Integration for SMS Sending Update

It's now possible to use pre-saved advertising campaigns when sending SMS messages from the dashboard
When using the SMS sending menu, you can directly select a campaign and load its content into your message
This simplifies your workflow and ensures consistent messaging across campaigns

βœ… A faster, easier way to reuse existing campaign messages!

Date of release : 2025-05-26 at 19:43:50 GMT
Support: Dashboard

Link copied!

Campaign Integration for WhatsApp Sending Update

It's now possible to use pre-saved advertising campaigns when sending WhatsApp messages from the dashboard
When using the WhatsApp sending menu, you can directly select a campaign and load its content into your message
This simplifies your workflow and ensures consistent messaging across campaigns

βœ… A faster, easier way to reuse existing campaign messages!

Date of release : 2025-05-26 at 19:43:22 GMT
Support: Dashboard

Link copied!

Campaign Management Added New feature

* Added a new "Campaigns" section in the dashboard
* You can now create, edit, and delete advertising messages for upcoming campaigns
* Messages can be marked for SMS, WhatsApp, or both channels
* Easily prepare and store your messages in advance to avoid losing content and to better organize your marketing efforts

βœ… This feature helps you manage all your SMS and WhatsApp campaign messages in one place

Date of release : 2025-05-26 at 19:11:34 GMT
Support: Dashboard

Link copied!

βœ… GitHub Repository Now Public Update

The official GitHub repository for the **SMSMobileAPI CLI** is now live and up to date:

πŸ”— https://github.com/SmsMobileApi/smsmobileapi-cli

This repository includes:
- `README.md` with full installation and usage instructions
- `install-cli.sh` script for one-line installation
- `smsmobileapi.sh` command-line script
- `CHANGELOG.md`, `VERSION`, and `LICENSE` files
- Configuration example file (`config-example.conf`)

You can now clone, fork, or contribute to the CLI directly on GitHub.
Feel free to submit issues, improvements, or integrations.

---

Want to send SMS or WhatsApp via SSH?
Start here β†’ `curl -O https://smsmobileapi.com/downloads-cli/install-cli.sh && bash install-cli.sh`

Date of release : 2025-05-24 at 19:55:30 GMT
Support: SSH CLI tool

Link copied!

SMSMobileAPI CLI - SSH Command / Send SMS Or Whatsapp Update

Added:

New SSH CLI support: You can now send SMS and WhatsApp messages directly from any Linux server or terminal via command line.

Seamless choice between --via sms or --via whatsapp.

Learn more here : https://smsmobileapi.com/ssh/

This new SSH command-line integration makes it easy for developers and system administrators to send SMS and WhatsApp messages directly from servers, scripts, or automation tools β€” with full control, privacy, and no dependency on external gateways.


Usage example:

smsmobileapi send --to "+32471234567" --message "Hello!" --via sms

One-line installation:

curl -O https://smsmobileapi.com/downloads-cli/install-cli.sh && bash install-cli.sh

Date of release : 2025-05-24 at 06:50:46 GMT
Support: SSH CLI tool

Link copied!

Version 3.0.28.0 – APK Release Debug

What's New:

Improved overall stability of the mobile application.
Fixed multiple crashes affecting background SMS processing.
Better compatibility with certain Android devices and network conditions.

Note:
This version is available for direct download via APK here:
πŸ‘‰ https://smsmobileapi.com/apk/smsmobileapi.apk
If you are experiencing instability with previous versions, we strongly recommend updating to 3.0.28.
The Google Play version will be updated shortly (pending review by Google).

Date of release : 2025-05-23 at 19:19:59 GMT
Support: Android APP

Link copied!

Automatic Country Code Detection for Your Shopify Customers Update

We have improved our Shopify integration to automatically detect and apply the correct country code for your customers β€” even if the country code is missing in their customer profile.

This enhancement ensures that SMS and WhatsApp messages are delivered correctly, even when the customer's phone number is not fully formatted.

βœ… No more delivery issues due to missing country codes.
🌍 The system now infers the correct dialing code based on the customer’s country information.
πŸ’¬ Works for both SMS and WhatsApp communications.

This update guarantees reliable message delivery as long as your customer’s country is known, even if the phone number is incomplete or missing a prefix.

Date of release : 2025-05-22 at 09:39:46 GMT
Support: Shopify Plugin

Link copied!

New SMSMobileAPI Update 3.0.21.0 – Mobile App - FROM Google play Update

A critical stability bug has been fixed in the new version of SMSMobileAPI for Android. This update prevents the app from unexpectedly closing.

Date of release : 2025-05-19 at 04:57:51 GMT
Support: Android APP

Link copied!

Multi-language Expansion Mobile API (May 2025) Update

We’re improving your experience!

Previously, the mobile app was available in:

English
French
Spanish

To make SMS Mobile API accessible to even more users worldwide, we’ve added new languages:

Hindi
Portuguese
Chinese
Japanese
German
Italian
Indonesian

Enjoy a smoother and more localized experience, no matter where you are in the world!

Date of release : 2025-05-17 at 04:43:48 GMT
Support: App

Link copied!

New SMSMobileAPI Update 3.0.21.0 – Mobile App - FROM APK VERSION Update

A critical stability bug has been fixed in the new version of SMSMobileAPI for Android. This update prevents the app from unexpectedly closing.

Date of release : 2025-05-17 at 04:43:16 GMT
Support: Dashboard

Link copied!

New endpoint pour SMS API - Mark SMS Messages Received as Read New feature

Now you can mark each SMS Messages Received as Read

This API endpoint is used to mark one or multiple received SMS messages as read in the API status only.
This means the read status is updated on the API side, helping you filter out already processed messages when using the onlyunread=yes filter.

Important:
This action does not affect the read status on the smartphone itself β€” the change applies only to the API status, not to the messaging app or system status on the device.

Endpoint: GET https://api.smsmobileapi.com/getsms/set-read/

Date of release : 2025-05-16 at 13:24:36 GMT
Support: API

Link copied!

Enhancements to SMS Received Endpoint (GET https://api.smsmobileapi.com/getsms/) New feature

Two new optional query parameters have been added to improve SMS retrieval filtering:

after_timestamp_unix (optional):
Provide a UNIX timestamp (in seconds) to retrieve only the SMS received after that specific moment.
This is useful for incremental fetching, allowing clients to sync only new messages since their last request.

Example:
GET https://api.smsmobileapi.com/getsms/?after_timestamp_unix=1715780400

onlyunread (optional):
Set this parameter to yes to retrieve only the SMS messages that have not yet been marked as read via the API.
This helps prevent reprocessing already handled messages.

Example:
GET https://api.smsmobileapi.com/getsms/?onlyunread=yes

Both parameters can be combined to retrieve only new and unread SMS since a specific timestamp.

Example of combined usage:
GET https://api.smsmobileapi.com/getsms/?after_timestamp_unix=1715780400&onlyunread=yes

Date of release : 2025-05-16 at 13:24:13 GMT
Support: API

Link copied!

βœ… Infrastructure Upgrade – Thank You for Your Understanding Debug

Dear Customer,
We’re pleased to inform you that we have successfully upgraded our server following a significant increase in traffic on our platform β€” a clear sign of our growing success thanks to your trust.
This upgrade, driven by our automated systems, was essential to ensure continued stability and performance as demand increases. We sincerely apologize for any inconvenience caused during this process.
Our service continues to evolve with one goal in mind: to provide you with a stable, reliable, and high-performance experience.
Thank you again for your trust and continued support.
The SMS Mobile API Team

Date of release : 2025-05-15 at 11:14:18 GMT
Support: API

Link copied!

New Integration – MessageBird Now Supported! Update

You can now connect your MessageBird account to SMSMobileAPI and start sending messages using your MessageBird number while benefiting from all SMSMobileAPI integrations like:

Shopify, WooCommerce, Zapier, Python, and more.

How to Connect?

It’s quick and easy!
Just go to your SMSMobileAPI Dashboard, open the External Connections section, and enter your MessageBird access

Date of release : 2025-05-15 at 04:51:53 GMT
Support: External SMS Service

Link copied!

New Integration – Twilio Now Supported! Update

You can now connect your Twilio account to SMSMobileAPI and start sending messages using your Twilio number while benefiting from all SMSMobileAPI integrations like:

Shopify, WooCommerce, Zapier, Python, and more.

How to Connect?

It’s quick and easy!
Just go to your SMSMobileAPI Dashboard, open the External Connections section, and enter your Twilio access

Date of release : 2025-05-15 at 04:09:23 GMT
Support: External SMS Service

Link copied!

New Integration – OpenPhone Now Supported! Update

We’re proud to announce the first official external SMS system integration with OpenPhone!

You can now connect your OpenPhone account to SMSMobileAPI and start sending messages using your OpenPhone number while benefiting from all SMSMobileAPI integrations like:

Shopify, WooCommerce, Zapier, Python, and more.

How to Connect?

It’s quick and easy!
Just go to your SMSMobileAPI Dashboard, open the External Connections section, and enter your OpenPhone API Key and Account ID (linked to your OpenPhone number).

That’s it β€” you’re ready to go!

Date of release : 2025-05-14 at 05:11:12 GMT
Support: External SMS Service

Link copied!

External SMS System Integration New feature

We’re excited to announce that you can now connect any external SMS sending system (other than SMSMobileAPI) directly to SMSMobileAPI and benefit from all our powerful integrations.
How does it work?

Let’s say you’re already using a service like OpenPhone (for example...) to send SMS. With this new feature, you can now link your OpenPhone account to SMSMobileAPI.
This allows you to continue sending SMS using your own OpenPhone number, while taking full advantage of all the tools and plugins offered by SMSMobileAPI:

Shopify Module

WooCommerce Integration

Zapier App

Python SDK

And many more...

In short, you keep using your existing SMS provider, but unlock the power of SMSMobileAPI’s ecosystem to automate, expand, and manage your communications more efficiently.

Date of release : 2025-05-14 at 05:10:34 GMT
Support: External SMS Service

Link copied!

Enhanced SMS Sending Feature Available on Dashboard Update

βœ… What’s New?

Group Messaging:
You can now select a contact group to send the same SMS to multiple recipients at once. This makes it easier than ever to reach multiple contacts with a single action.

Single Contact Option Still Available:
You can still send SMS to a single recipient, just like before.

🎯 How to Access?

Visit the updated Send SMS section on your Dashboard to try the new options.

Date of release : 2025-05-13 at 13:31:21 GMT
Support: Dashboard

Link copied!

Android App Update β€” Version 3.0.18.0 Other

πŸŽ‰ The new version of SMS Mobile API is now available for download on Google Play.
πŸš€ Improved performance and reliability.
πŸ› οΈ Minor bug fixes and optimizations.
βœ… Compatible with all existing features and API integrations.

πŸ‘‰ Get it on Google Play https://play.google.com/store/apps/details?id=com.smsmobileapiapp

Date of release : 2025-05-13 at 08:54:41 GMT
Support: Android APP

Link copied!

The dashboard is now translated into multiple languages. Update

Now the interface is available in English, French, Spanish, Portuguese, Hindi and Chinese.

Date of release : 2025-05-12 at 14:52:18 GMT
Support: Dashboard

Link copied!

WhatsApp virtual numbers can now be purchased using the new **Account Credit System** Update

- WhatsApp virtual numbers can now be purchased using the new **Account Credit System**.
- This update allows faster and easier checkout for WhatsApp number purchases, using your preloaded account balance.

Date of release : 2025-05-12 at 11:09:24 GMT
Support: Dashboard

Link copied!

Account Recharge via Credits System New feature

- Introduced a new **Account Recharge via Credits System**, giving users greater flexibility and control.
- Users can now top up their account balance in advance and use their available credits to purchase services easily and instantly.
- This system improves the user experience by reducing payment steps during service purchases.

Date of release : 2025-05-12 at 11:09:09 GMT
Support: Dashboard

Link copied!

New Contact Management Interface Released New feature

We are excited to announce the launch of our brand-new Contact & Group Management interface, now live at https://smsmobileapi.com/contact-management/.
Enjoy a cleaner layout, easier navigation, and improved features to help you organize, import, and manage your contacts more efficiently than ever before.

Date of release : 2025-05-09 at 04:34:08 GMT
Support: Dashboard

Link copied!

Improvement: Faster WhatsApp Message Delivery for Targeted Campaigns Update

We've optimized the delivery time of WhatsApp messages during your targeted advertising campaigns, ensuring faster and more reliable message dispatch to your audience.

Date of release : 2025-05-08 at 18:53:21 GMT
Support: Whatsapp

Link copied!

Sorting for Purchased WhatsApp Numbers Update

It is now possible to sort your purchased virtual WhatsApp numbers for easier organization and improved usability.
This feature helps you manage multiple numbers more efficiently, especially when handling large volumes or different use cases.

Date of release : 2025-05-08 at 18:52:30 GMT
Support: Dashboard

Link copied!

New Payment Option: Subscribe with USDT (Crypto) Update

You can now subscribe to our service using USDT (ERC20), in addition to the traditional Stripe payment method.
This gives you more flexibility and control over how you manage your subscription.

Date of release : 2025-05-05 at 20:08:33 GMT
Support: Dashboard

Link copied!

Unified WhatsApp Message Log Update

Messages sent using virtual WhatsApp numbers are now listed in the same log as messages sent from your personal number.
This provides a clearer and more centralized view of all your outgoing WhatsApp messages, regardless of the number used.

Date of release : 2025-05-05 at 19:15:09 GMT
Support: Dashboard

Link copied!

WhatsApp Virtual Numbers Now Available for Purchase with USDT (ERC20) Update

You can now buy WhatsApp virtual numbers using Tether (USDT) on the ERC20 network.
This new payment option makes it easier for crypto users to access our services and simplifies international transactions.

Date of release : 2025-05-05 at 19:13:57 GMT
Support: Whatsapp

Link copied!

New parameter [contactGroup] Update

New parameter [contactGroup] in the WhatsApp sending API, allowing you to specify the GUID of the contact group to use for message delivery.

Date of release : 2025-05-04 at 09:17:01 GMT
Support: API

Link copied!

WhatsApp Message Sending – Single or Group Recipients New feature

It is now possible to choose between sending a WhatsApp message to a single recipient or to an entire contact group directly from the dashboard. A new selection menu lets you easily switch between both options, making it faster and more flexible to manage your communication.

Date of release : 2025-05-04 at 09:14:45 GMT
Support: Whatsapp

Link copied!

Contact Groups Management Feature New feature

A new menu is now available that allows you to manage your contact groups with ease.
You can create multiple contact groups, edit their names and descriptions, and add contacts to each group individually, through a multiline input, or by importing a CSV file.
This feature gives you full control over organizing your contacts and is fully integrated with your account.

Date of release : 2025-05-04 at 09:13:00 GMT
Support: Dashboard

Link copied!

OTP Fallback Email Button Added Debug

A fallback button was added to the OTP generation page to allow users to resend the same OTP using an alternative method in case the first email is not received.

Date of release : 2025-05-02 at 07:37:30 GMT
Support: Web

Link copied!

Resolved a critical issue affecting WhatsApp Debug

### Fixed
- Resolved a critical issue affecting WhatsApp connection due to a major protocol update from WhatsApp.
- Improved handling of unexpected changes in WhatsApp's authentication flow.

### Note
- Users who experienced connection issues on April 30th are invited to reconnect their WhatsApp account. The service is now fully restored.

Date of release : 2025-05-02 at 07:37:10 GMT
Support: Whatsapp

Link copied!

Debug of the button to delete SMS log from the dashbord Debug

We have implemented a fix to ensure the SMS log deletion button works correctly from the dashboard.

Date of release : 2025-05-02 at 05:24:23 GMT
Support: Dashboard

Link copied!

Detection if the phone number is not available on WhatsApp New feature

When a user send a whatsapp message via our system (api, plugin, form, etc) -> If the recipient's phone number is not available on WhatsApp, an automatic email is now sent to the sender's registered email address to inform them that the number is not available.

Date of release : 2025-04-29 at 17:59:01 GMT
Support: Whatsapp

Link copied!

WhatsApp Number Availability Checker New feature

We are pleased to announce the launch of a new web page that allows you to instantly verify if a phone number is available on WhatsApp!

URL: https://smsmobileapi.com/whatsapp-check-number/

Purpose: Easily check WhatsApp availability before sending messages or integrating with our API.

Highlights:

Fast and secure real-time verification.

Requires only your API Key and the phone number to test.

Direct access to full API documentation for developers.

No manual setup required β€” ready to use online.

This tool is perfect for testing and validating numbers before integrating into your own systems!

Date of release : 2025-04-29 at 03:56:05 GMT
Support: Whatsapp

Link copied!

WhatsApp Number Availability Check API New feature

A new stable API endpoint that allows you to check if a phone number is available on the WhatsApp network!
You can now easily verify if a number is active before sending a WhatsApp message through our system.

Endpoint: https://api.smsmobileapi.com/whatsapp/checknumber/

Method: GET or POST

Required parameter: recipients (the phone number to verify) and your apikey

The API will return a clear status indicating whether the phone number is reachable via WhatsApp.

Date of release : 2025-04-28 at 14:57:06 GMT
Support: Whatsapp

Link copied!

Improved detection of unavailable WhatsApp numbers: Update

Detection of unavailable WhatsApp numbers has been improved for faster and more reliable identification, regardless of the language displayed.

Date of release : 2025-04-28 at 14:55:22 GMT
Support: Whatsapp

Link copied!

WhatsApp Message Sending Issue Resolved for Certain Account Types Debug

A bug affecting WhatsApp message sending for specific types of WhatsApp accounts has been identified and resolved. This update ensures that messages are now properly handled and delivered across all supported account types. We recommend all users to update to benefit from this fix.

Date of release : 2025-04-28 at 10:00:26 GMT
Support: Whatsapp

Link copied!

Disconnect a Phone from SMSMobileAPI via the Dashboard (For WhatsApp) New feature

It is now possible to disconnect a phone directly from the dashboard, under the WhatsApp configuration menu.
This allows users to safely terminate the connection between a phone and SMSMobileAPI, either to stop using it or to link a new mobile phone.
The disconnection process removes all active connections and updates the database accordingly.

Date of release : 2025-04-23 at 19:24:13 GMT
Support: Dashboard

Link copied!

Token Usage History for ChatGPT on WhatsApp Now Available in Dashboard New feature

If you're using your own ChatGPT account connected to WhatsApp via SMS Mobile API, you can now track your token usage directly from the dashboard!
See how many tokens are consumed in each interaction, monitor your usage in real-time, and stay in control of your OpenAI credits.
This new feature gives you full transparency, whether you're using a provided ChatGPT account or your own.

Date of release : 2025-04-20 at 05:48:59 GMT
Support: Dashboard

Link copied!

Instant Response Optimization for SMS and WhatsApp API Update

πŸš€ Instant Response Optimization for SMS and WhatsApp API

We've optimized our SMS and WhatsApp sending APIs to achieve instantaneous response times, ensuring rapid message delivery and enhanced user experience. Users will now benefit from significantly faster interactions, enabling real-time communication without delays.

Date of release : 2025-04-17 at 18:36:23 GMT
Support: API

Link copied!

New parameter added for WhatsApp Message encryption at recipient side New feature

GET / POST : encrypt_message (value = yes)
A new optional parameter has been added to the encrypt_message function to enable WhatsApp message encryption upon reading by the recipient.
This feature enhances end-to-end security by ensuring that messages are not only encrypted in our database, but also remain encrypted on the recipient's phone until the correct decryption key is entered.

Date of release : 2025-04-13 at 18:09:12 GMT
Support: Whatsapp

Link copied!

New parameter added for SMS encryption at recipient side New feature

GET / POST : encrypt_message (value = yes)
A new optional parameter has been added to the encrypt_message function to enable message encryption upon reading by the recipient.
This feature enhances end-to-end security by ensuring that messages are not only encrypted in our database, but also remain encrypted on the recipient's phone until the correct decryption key is entered.

Date of release : 2025-04-13 at 18:05:26 GMT
Support: API

Link copied!

New parameter for whatsapp API : url_media_shorted Update

In your request add the parameter url_media_shorted=yes :
When sending a PDF via WhatsApp using the `url_media` parameter,
and if the PDF has the condition `[pdf_with_image=yes]`,
the download link is now displayed using a short URL.

Date of release : 2025-04-11 at 04:40:36 GMT
Support: Whatsapp

Link copied!

Added new keys to retrieve order values, allowing you to personalize your messages to Shopify customers even better. Update

{{id}} β†’ Unique ID of the order
{{order_numero_final}} β†’ Formatted order name (e.g., #1001)
{{order_number}} β†’ Numerical order number (e.g., 1001)
{{financial_status}} β†’ Payment status (e.g., paid, pending)
{{fulfillment_status}} β†’ Fulfillment status (e.g., fulfilled, partial, null)
{{currency}} β†’ Currency used for the order (e.g., USD, EUR)
{{presentment_currency}} β†’ Currency presented to the customer
{{subtotal_price}} β†’ Total of items before tax and shipping
{{total_price}} β†’ Total price paid including tax and shipping
{{total_tax}} β†’ Total tax amount applied to the order
{{total_discounts}} β†’ Total discounts applied
{{current_subtotal_price}} β†’ Current subtotal (can differ if modified after creation)
{{current_total_price}} β†’ Current total price of the order
{{current_total_tax}} β†’ Current total tax amount
{{current_total_discounts}} β†’ Current total discount amount
{{total_outstanding}} β†’ Amount still outstanding on the order
{{total_weight}} β†’ Total weight of the order in grams
{{total_tip_received}} β†’ Any tips received from the customer
{{order_status_url}} β†’ URL for customer to check their order status
{{confirmation_number}} β†’ Order confirmation number
{{token}} β†’ Unique token of the order
{{cancel_reason}} β†’ Reason for cancellation (if cancelled)
{{cancelled_at}} β†’ Timestamp when the order was cancelled
{{created_at}} β†’ Timestamp when the order was created
{{updated_at}} β†’ Last update timestamp for the order
{{closed_at}} β†’ Timestamp when the order was closed
{{processed_at}} β†’ Timestamp when the order was processed
{{confirmed}} β†’ Whether the order is confirmed (true/false)
{{buyer_accepts_marketing}} β†’ Whether the buyer accepted marketing emails
{{landing_site}} β†’ URL the customer landed on before checkout
{{landing_site_ref}} β†’ Referrer to the landing site
{{referring_site}} β†’ External referrer site
{{source_name}} β†’ Source of the order (e.g., web, draft_order)
{{source_identifier}} β†’ Source identifier if available
{{source_url}} β†’ Source URL of the order
{{tags}} β†’ Tags associated with the order
{{note}} β†’ Custom note added to the order
{{location_id}} β†’ Location ID associated with the order
{{user_id}} β†’ Staff ID who created the order
{{app_id}} β†’ ID of the app that created the order
{{browser_ip}} β†’ Customer’s IP address during checkout
{{customer_locale}} β†’ Locale/language of the customer (e.g., en-US)

-- Customer Information --
{{customer_first_name}} β†’ Customer's first name
{{customer_last_name}} β†’ Customer's last name
{{customer_email}} β†’ Customer's email address
{{customer_phone}} β†’ Customer's phone number
{{customer_tags}} β†’ Tags assigned to the customer
{{customer_id}} β†’ Unique ID of the customer

-- Shipping Address --
{{shipping_first_name}} β†’ First name in shipping address
{{shipping_last_name}} β†’ Last name in shipping address
{{shipping_phone}} β†’ Phone number in shipping address
{{shipping_country}} β†’ Country of the shipping address
{{shipping_province}} β†’ Province/state of the shipping address
{{shipping_country_code}} β†’ ISO country code (e.g., AU)
{{shipping_province_code}} β†’ ISO province/state code (e.g., WA)

-- Billing Address --
{{billing_first_name}} β†’ First name in billing address
{{billing_last_name}} β†’ Last name in billing address
{{billing_phone}} β†’ Phone number in billing address
{{billing_country}} β†’ Country of the billing address
{{billing_province}} β†’ Province/state of the billing address
{{billing_country_code}} β†’ ISO billing country code
{{billing_province_code}} β†’ ISO billing province/state code

-- Fulfillment (1st one only) --
{{trackingCompany}} β†’ Shipping carrier from first fulfillment
{{trackingNumber}} β†’ Tracking number from first fulfillment

-- Payment --
{{payment_gateway_names}} β†’ List of payment gateways used (comma-separated)

-- Device Information --
{{user_agent}} β†’ Customer's browser user agent
{{client_ip}} β†’ IP address from client_details

-- Discounts --
{{discount_codes}} β†’ Discount codes applied (JSON encoded)

-- Products --
{{product_titles}} β†’ Titles of all ordered products (comma-separated)

-- Shipping Method --
{{shipping_title}} β†’ Name of the selected shipping method

Date of release : 2025-04-09 at 10:37:32 GMT
Support: Shopify Plugin

Link copied!

WHMCSServices Integration New feature

πŸš€ New Integration: SMSMobileAPI is now fully compatible with WHMCSServices!
βœ… You can now use SMSMobileAPI as your official SMS Gateway inside WHMCSServices modules.
πŸ’¬ Send SMS and WhatsApp notifications directly from your WHMCS system using your mobile device.
πŸ” No third-party SMS provider needed – full control, better delivery, and lower costs.

Date of release : 2025-04-07 at 18:49:56 GMT
Support: WHMCSServices.com

Link copied!

API Whatsapp New parameter: `show_pdf_preview` Update

When set to `yes`, a preview image of the PDF will be displayed alongside the message (only applies to PDF files).

Date of release : 2025-04-07 at 10:53:01 GMT
Support: Dashboard

Link copied!

New Feature: Buy Virtual WhatsApp Numbers and Link Them to Your SMSMobileAPI Account New feature

You can now purchase fully configured virtual WhatsApp numbers directly from your dashboard and link them to your SMSMobileAPI account.

With these numbers, you can:

βœ… Send and receive WhatsApp messages via our API or dashboard
βœ… Choose the country and city of the number to match your audience
βœ… Use dedicated, secure numbers β€” exclusively for your usage
βœ… Manage multiple WhatsApp numbers simultaneously (including your own)

No setup required. No ID verification. Just plug and play.
This is a game-changer for anyone who wants to scale WhatsApp communication with full flexibility and total control.

Date of release : 2025-04-07 at 04:36:44 GMT
Support: Whatsapp

Link copied!

Fixed an issue where attached images sent via WhatsApp Debug

Debugging for better results when an image needs to be sent

Date of release : 2025-04-03 at 22:42:32 GMT
Support: Whatsapp

Link copied!

Endpoint Updated: https://api.smsmobileapi.com/getwa Update

You can now filter the type of WhatsApp messages retrieved using the message_type parameter.

Accepted values:

Leave empty β†’ Returns all messages (text + audio converted to text)

text β†’ Returns only text messages

audio β†’ Returns only audio messages (converted to text)

Example : GET https://api.smsmobileapi.com/getwa?apikey=YOUR_API_KEY&message_type=audio

Date of release : 2025-04-02 at 05:28:47 GMT
Support: API

Link copied!

300 free transcription seconds to try the new feature! Other

- 🎁 All existing and new users receive **300 free seconds of audio-to-text transcription** to try the new feature!

Date of release : 2025-04-02 at 05:26:26 GMT
Support: Dashboard

Link copied!

πŸŽ‰ Released the new **WhatsApp Voice-to-Text** feature! New feature

Incoming WhatsApp voice messages are now automatically transcribed into readable text.
Transcriptions can be accessed via the dashboard, retrieved by API, or forwarded by email in plain text format.

Date of release : 2025-04-02 at 05:26:06 GMT
Support: Whatsapp

Link copied!

It is possible to format the text or part of the text in your WhatsApp messages. New feature

For format the text with Italic -> Use : Underscore -> Example : _text_
For format the text with Bold -> Use :Asterisk -> Example : *text*
For format the text with Strikethrough -> Use :Tilde -> Example : ~text~
For format the text with Monospace -> Use :Backticks -> Example : ```text```

Date of release : 2025-03-28 at 18:51:36 GMT
Support: Whatsapp

Link copied!

Update of supported file types for WhatsApp message attachments: Update

Update of supported file types for WhatsApp message attachments:
Now supported:

pdf,
xml,
doc, docx, odt, rtf, txt, tex,
xls, xlsx, csv, ods,
ppt, pptx, odp,
zip, rar, 7z, tar, gz

jpg, jpeg, png, gif, bmp, tiff, svg, webp, ico, heic, jfif

Date of release : 2025-03-27 at 19:15:57 GMT
Support: Whatsapp

Link copied!

Added a field to specify the media URL for WhatsApp New feature

When sending a WhatsApp message via the dashboard, a new field is now available to enter the media URL through the 'URL of the media' field.

Date of release : 2025-03-27 at 15:24:16 GMT
Support: Dashboard

Link copied!

Release of the feature to send PDFs and images via WhatsApp Update

It is now possible to send PDF or image files attached to a WhatsApp message.
Use the new url_media parameter in your API request.
Check the documentation here: https://smsmobileapi.com/doc-whatsapp/#send_parameters.

Exemple to send WhatsApp with one image =
https://api.smsmobileapi.com/sendsms?apikey=YOUR_API_KEYY&waonly=yes&recipients=191728660&message=Hello&url_media=https://smsmobileapi.com/logo.png

Date of release : 2025-03-27 at 12:24:32 GMT
Support: Whatsapp

Link copied!

Release of the endpoint to resend a WhatsApp message with a status via API request New feature

Now, through the endpoint: https://api.smsmobileapi.com/resendwa/,
it is possible to programmatically resend a failed WhatsApp message.
See the documentation for more details: https://smsmobileapi.com/doc-whatsapp/

Date of release : 2025-03-26 at 08:42:06 GMT
Support: API

Link copied!

Release of the feature to resend a WhatsApp message with a status via the dashboard New feature

Now, from the list of sent WhatsApp messages, if a message has an error status, a button is available to resend the WhatsApp.

Date of release : 2025-03-26 at 08:41:51 GMT
Support: Dashboard

Link copied!

API endpoint release: https://api.smsmobileapi.com/email/unsubscribed/ New feature

We have published a new API endpoint that allows you to list all contacts who have received an email from you and clicked the unsubscribe link after receiving your marketing email:
πŸ‘‰ https://api.smsmobileapi.com/email/unsubscribed/

Date of release : 2025-03-25 at 15:50:21 GMT
Support: API

Link copied!

New API for ## RESELLER ## : ENDPOINT /customer/list New feature

The new API allows listing clients and important information related to their subscription.

Date of release : 2025-03-25 at 09:45:06 GMT
Support: Reseller Program

Link copied!

New Step-by-Step Procedure to Verify SMSMobileAPI Configuration Update

A new step-by-step process is now available to test the connection between your mobile and SMSMobileAPI, ensuring everything is correctly configured.
Easily check if your setup is working as expected.

πŸ‘‰ Visit the page: Step-by-Step Check :https://smsmobileapi.com/send-first-sms/
πŸ‘‰ Also available on the test page: https://smsmobileapi.com/test-api-key/

Date of release : 2025-03-19 at 10:25:23 GMT
Support: Web

Link copied!

Message retrieval WhatsApp - New Synchronization Button Available in the Dashboard Update

A new button has been added to the message retrieval window in the dashboard.
You can now request synchronization with WhatsApp directly from the interface, without needing to send an API request.

This makes the process faster and easier, ensuring your messages are properly synchronized before retrieval.

Date of release : 2025-03-15 at 06:10:03 GMT
Support: Dashboard

Link copied!

New Endpoint Available for WhatsApp Message Retrieval Update

A new API endpoint is now available to request synchronization with WhatsApp before retrieving messages.
This step is mandatory to ensure message retrieval works properly.

πŸ”— New Endpoint: https://api.smsmobileapi.com/getwa/synchronisation/
πŸ“– Learn more: https://smsmobileapi.com/doc-whatsapp/

Date of release : 2025-03-15 at 06:08:08 GMT
Support: API

Link copied!

New API Structure for Retrieving WhatsApp Messages Now Available Update

{
"date": "2025-03-11",
"hour": "12:27:00",
"timestamp": "1741692420",
"number": "19176728660",
"contact": "Smsmobileapi",
"message": "Can you tell me when I will receive my order?",
"guid": "652fcfc0-12a8-46f5-b5ba-9391135b8b4c",
"more": {
"auto_reply": "1",
"transfert_to_email": "1",
"chatgpt_reply": "1"
},
"chatgpt": {
"prompt_tokens": "900",
"completion_tokens": "10",
"total_tokens": "910",
"total_tokens_cost": "0.182"
"response": "Your order #576 will be shipped tomorrow."
}
}

Date of release : 2025-03-12 at 05:04:24 GMT
Support: API

Link copied!

Forwarding Received WhatsApp Messages to Email New feature

Users can configure ChatGPT to forward incoming WhatsApp messages to one or multiple email addresses, ensuring important communications are accessible across platforms.

Date of release : 2025-03-11 at 14:55:16 GMT
Support: Whatsapp

Link copied!

Responses to WhatsApp Messages New feature

ChatGPT now supports automated replies to WhatsApp messages, ensuring timely and consistent interactions without manual intervention.

Date of release : 2025-03-11 at 14:54:30 GMT
Support: Whatsapp

Link copied!

ChatGPT Integration with WhatsApp New feature

Users can now seamlessly connect ChatGPT to their WhatsApp accounts, enabling the AI to respond directly to incoming WhatsApp messages.

Date of release : 2025-03-11 at 14:54:11 GMT
Support: Whatsapp

Link copied!

WhatsApp Message Retrieval - You can now retrieve received WhatsApp messages. New feature

# WhatsApp Message Retrieval: Introduced the capability to retrieve received WhatsApp messages, enhancing message management functionality.​

# Dashboard Activation: Users can now enable the message retrieval feature directly through the dashboard, providing greater control over messaging operations.​

# Received Messages Listing: The dashboard now includes a section to list received WhatsApp messages, allowing for efficient monitoring and management.​

# REST API Support: Implemented support for retrieving received WhatsApp messages via REST API requests. Detailed usage instructions are available in the API documentation.

Date of release : 2025-03-09 at 19:40:26 GMT
Support: Whatsapp

Link copied!

Customizable WhatsApp Message Delay New feature

*You can now define a delay between each WhatsApp message sent via the API directly from the dashboard.
*This feature helps to regulate and optimize bulk WhatsApp sending, ensuring smoother message dispatch.
*Example: Set a 25-second delay between each message to avoid sending them too quickly.

This improvement enhances stability and prevents potential rate limitations when sending high volumes of messages. πŸš€

Go to the dashboard β†’ WhatsApp β†’ Options & Rules

Date of release : 2025-03-04 at 20:51:22 GMT
Support: Whatsapp

Link copied!

Improved Global Character Support in WhatsApp API Update

The WhatsApp API now correctly interprets and processes all alphabetical characters from various languages worldwide.

Date of release : 2025-03-04 at 07:40:07 GMT
Support: Whatsapp

Link copied!

Delete Pending WhatsApp from Dashboard Update

You can now remove unsent (pending) WhatsApp directly from the dashboard using the "Delete" button.

Date of release : 2025-03-04 at 07:28:36 GMT
Support: Dashboard

Link copied!

Delete Pending SMS from Dashboard Update

You can now remove unsent (pending) SMS directly from the dashboard using the "Delete" button.

Date of release : 2025-03-04 at 07:27:13 GMT
Support: Dashboard

Link copied!

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

Date of release : 2025-03-03 at 20:18:40 GMT
Support: WooCommerce Plugin

Link copied!

Email API Python Module Release New feature

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/

Date of release : 2025-02-28 at 11:48:35 GMT
Support: Email Connect

Link copied!

Automatic Unsubscribe Footer New feature

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.

Date of release : 2025-02-27 at 16:06:27 GMT
Support: Email Connect

Link copied!

Custom Email Headers & Footers in API New feature

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. πŸš€

Date of release : 2025-02-27 at 06:31:20 GMT
Support: Email Connect

Link copied!

Automated Daily Reports for SMS Status and Delivery Insights New feature

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! πŸš€

Date of release : 2025-02-26 at 14:27:10 GMT
Support: Dashboard

Link copied!

Time Zone Selection in Profile Menu New feature

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.

Date of release : 2025-02-26 at 12:51:47 GMT
Support: Dashboard

Link copied!

New Version Released: WooCommerce/WordPress Plugin 2.0.5 Update

The SMS Mobile API WooCommerce plugin has been updated to version 2.0.5! This update includes performance improvements, enhanced error handling, and a fix ensuring all sent SMS messages are correctly listed, regardless of their status. Update now to enjoy a smoother experience! πŸ”₯

Date of release : 2025-02-26 at 07:42:20 GMT
Support: WooCommerce Plugin

Link copied!

Sending statistics now display all sent SMS regardless of their status Debug

The listing now correctly shows the general list of sent SMS, including all statuses (successful, failed, and pending).

Date of release : 2025-02-26 at 07:36:16 GMT
Support: Dashboard

Link copied!

Composer - SDK PHP New feature

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

Date of release : 2025-02-25 at 22:54:54 GMT
Support: App & Web

Link copied!

New version of ANDROID App 3.0.11 - On Live Update

All new features are approved by Google Play and are available on Google Play. Feature recap:
-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.).

Date of release : 2025-02-23 at 20:17:03 GMT
Support: App

Link copied!

New version of ANDROID App 3.0.11 New feature

**** 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.).

Date of release : 2025-02-17 at 20:52:14 GMT
Support: App

Link copied!

Resend an unsent SMS via API New feature

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

Date of release : 2025-02-17 at 04:58:06 GMT
Support: API

Link copied!

Resend Failed SMS from the Dashboard update

Users can retry sending the failed SMS with the option to modify the recipient number and message content before resending.

Date of release : 2025-02-16 at 22:02 GMT
Support: web

Link copied!

Resend Failed SMS from the Dashboard Update

In the SMS history section of the dashboard, if an SMS has a status of ERROR, a new "Resend" button is now available.

Date of release : 2025-02-16 at 22:00 GMT
Support: New feature

Link copied!

Automatic Retry on Sending Failure Update

If an SMS fails to send due to a communication error, the system will now automatically attempt to resend it up to three times before marking it as failed.

Date of release : 2025-02-14 at 12:05 GMT
Support: New feature

Link copied!

Scheduled SMS Sending Update

It is now possible to schedule an SMS to be sent at a later date by specifying a timestamp parameter when sending the SMS.

Date of release : 2025-02-14 at 12:00 GMT
Support: New feature

Link copied!
Connect My Mobile