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
180public releases
27product areas
4change types
September 3, 2026latest recorded release

Release history

180 updates

Newest first
2025

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

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
#49

300 free transcription seconds to try the new feature!

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

🎉 Released the new **WhatsApp Voice-to-Text** 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.
#47

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

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```
#46

Update of supported file types for WhatsApp message attachments:

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
#45

Added a field to specify the media URL for WhatsApp

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.
#44

Release of the feature to send PDFs and images via WhatsApp

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
#43

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

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/
#42

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

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

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

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/
#40

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

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

New Step-by-Step Procedure to Verify SMSMobileAPI Configuration

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/
#38

Message retrieval WhatsApp - New Synchronization Button Available in the Dashboard

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.
#37

New Endpoint Available for WhatsApp Message Retrieval

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/
#36

New API Structure for Retrieving WhatsApp Messages Now Available

{
"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."
}
}
#35

Forwarding Received WhatsApp Messages to Email

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

Responses to WhatsApp Messages

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

ChatGPT Integration with WhatsApp

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

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

# 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.
#31

Customizable WhatsApp Message Delay

*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
#30