Facebookpixel Changelog – SMSmobileAPI - SMSMobileAPI
Changelog

Changelog

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 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!

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!

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!

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 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!

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!
Connect My Mobile