Changelog
3 new Gateway API endpoints for connected mobiles Update
New Gateway API Endpoints for Connected Mobiles
Description: Three new endpoints are now available in the doc-gateway documentation to list, delete, and update your connected mobiles.
Improved — Sent SMS Logs API: Local time + server time now included Update
We updated the response format of the Sent SMS Logs API to make timestamps clearer and easier to use across timezones.
Endpoint: https://api.smsmobileapi.com/log/sent/sms/?
What’s new
Local timestamp added: the API now returns the date & time in your local timezone (based on your account/device timezone).
Server timestamp preserved: the API still includes the original server date & time for traceability and debugging.
This makes it easier to display logs correctly in dashboards and exports, while keeping a reliable reference to server time.
New field :
timearea "UTC+01"
date_add_server "2026-02-20"
hour_add_server "17:38:31"
timestamp_server 1771609111
send_from_mobile_date_server "2026-02-20"
send_from_mobile_heure_server "17:38:38"
send_from_mobile_timestamp 1771612718
Example of full reply :
date_add "2026-02-20"
hour_add "18:38:31"
timestamp 1771612711
send_from_mobile 1
send_from_mobile_date "2026-02-20"
send_from_mobile_heure "18:38:38"
send_from_mobile_timestamp 1771612718
recipients "1234567891011"
sms "test"
error_api ""
send_from_mobile_erreur ""
guid_message "e24143a6d096f9830430b5bc05ff0e42bfe89321"
timearea "UTC+01"
date_add_server "2026-02-20"
hour_add_server "17:38:31"
timestamp_server 1771609111
send_from_mobile_date_server "2026-02-20"
send_from_mobile_heure_server "17:38:38"
Local Send Time Support (Timezone-Aware) + New datetimeLocal Field Update
If your timezone is set, SMS and WhatsApp sending is now timezone-aware:
The system calculates the local date & time of the message at the moment it is sent.
This local timestamp is returned in the API response for easier tracking and logging.
✅ New JSON field added:
["result"]["datetimeLocal"] → returns the local send date & time (based on the configured timezone).
New Feature: Mobile Selector Identifier (sIdentifiant) Update
Endpoint affected: https://api.smsmobileapi.com/sendsms/
Description: Added support for the new parameter sIdentifiant in the sendsms API.
This parameter allows you to specify which connected mobile device should send the SMS, in case multiple devices are linked to the same SMSMobileAPI account (SMS Gateway infrastructure).
If left empty, the system will automatically use the first available device.
Minimum required version: You need app version 3.0.35.3 or higher to access this feature.
Add a fields to API read_sms Update
For the endpoint: https://api.smsmobileapi.com/getsms/, a new field [sIdentifiantPhone] has been added to identify the mobile device that received the SMS.
Learn more : https://smsmobileapi.com/doc/#getsms_endpoint 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.
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.
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
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/
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."
}
}
