Facebookpixel Changelog – SMSmobileAPI - SMSMobileAPI
Changelog

Changelog

Icon

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/

Learn more : https://smsmobileapi.com/doc-email/

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

Link copied!
Icon

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

Learn more : https://smsmobileapi.com/doc-email/

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

Link copied!
Icon

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

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

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

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!
💬 Live Chat
💬 Live Chat Available
Dashboard