短信从您自己的手机发出。了解工作原理
石窟画API-first architectureSecure device pairing交付可见度Multi-device controlVersioned documentation
SMSMobileAPI /平台更新

产品演变,有文件记载

每一次有意义的改变。
明确的时间线

Follow new capabilities, platform improvements and fixes across the API, dashboard, mobile apps and integrations.

SMSMobileAPI platform releases across APIs, mobile apps and integrations
实时更改日志来源
189公开发布
29产品领域
4更改类型
September 16, 2026latest recorded release

发布历史

11 updates

最新第一
2026

New endpoint to update the alias of a received SMS

现在可以使用新的 API 接口:https://api.smsmobileapi.com/getsms/update/
It allows you to update the alias field of a received SMS using its guid.
apikey 和 guid 参数是必需的。alias 参数可以留空以清除当前别名值。
了解更多
#188

3 个用于联网移动设备的全新网关 API 端点

面向联网移动设备的新网关 API 端点
描述:doc-gateway 文档中现在提供了三个新的端点,用于列出、删除和更新您已连接的移动设备。
了解更多
#174

Improved — Sent SMS Logs API: Local time + server time now included

We updated the response format of the Sent SMS Logs API to make timestamps clearer and easier to use across timezones.

端点:https://api.smsmobileapi.com/log/sent/sms/?

什么是新的

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.

这样可以更轻松地在仪表板和导出文件中正确显示日志,同时保持对服务器时间的可靠参考。

新增字段:

时区“ UTC+01”
日期 add 服务器"2026-02-20"
小时 add 服务器" 17:38:31"
timestamp_server 1771609111
发送 从 移动 日期 服务器 "2026-02-20"
发送 从 移动 热 服务器" 17:38:38"

send_from_mobile_timestamp 1771612718

Example of full reply :

添加"2026-02-20"的日期 date add "2026-02-20"
小时后加入"18:38:31"
时间戳 1771612711
send_from_mobile 1
发件人 从 移动 日期"2026-02-20"
发送 从 移动 热度" 18: 38: 38"
send_from_mobile_timestamp 1771612718
收件者“1234567891011”
测试
错误 api ""
从 mobile erreur ""发送( S)
guid message"(e24143a6d096f9830430b5bc05ff0e42bfe89321) 互联网档案馆的存檔,存档日期2013-12-21.
时区“ UTC+01”
日期 add 服务器"2026-02-20"
小时 add 服务器" 17:38:31"
timestamp_server 1771609111
发送 从 移动 日期 服务器 "2026-02-20"
发送 从 移动 热 服务器" 17:38:38"
了解更多
#160

本地发送时间支持(时区感知)+ 新增 datetimeLocal 字段

If your timezone is set, SMS and WhatsApp sending is now timezone-aware:

系统计算信件发送时的本地日期和时间.

API 响应中会返回此本地时间戳,以便于跟踪和记录。

✅ 新增JSON字段:
["结果"]["日期时间本地"] → 返回本地发送日期和时间(基于配置的时区).
了解更多
#159
2025

新功能:移动选择器标识符(sIdentifiant)

受影响的端点:https://api.smsmobileapi.com/sendsms/

描述:添加了对 sendsms API 中的新参数 sIdentifiant 的支持。

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

如果留空,系统将自动使用第一个可用的设备。

最低要求版本:您需要应用程序版本 3.0.35.3 或更高版本才能访问此功能。
了解更多
#138

向 API read_sms 添加字段

对于端点:https://api.smsmobileapi.com/getsms/, a new field [sIdentifiantPhone] has been added to identify the mobile device that received the SMS.
了解更多
#130

新参数 [contactGroup]

WhatsApp 发送 API 中的新参数 [contactGroup],允许您指定用于消息传递的联系人组的 GUID。
#71

SMS 和 WhatsApp API 的即时响应优化

🚀 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.

#58

端点更新:https://api.smsmobileapi.com/getwa

您现在可以使用 message_type 参数过滤检索到的 WhatsApp 消息类型。

接受的值:

留空→返回所有消息(文本+转换为文本的音频)

文本 → 仅返回文本消息

音频 → 仅返回音频消息(已转换为文本)

例如:GEThttps://api.smsmobileapi.com/getwa?apikey=YOUR_API_KEY&message_type=audio
#49

可用于 WhatsApp 消息检索的新端点

现在可以使用新的 API 端点来在检索消息之前请求与 WhatsApp 同步。
此步骤是必需的,以确保消息检索正常工作。

🔗 新端点:https://api.smsmobileapi.com/getwa/synchronisation/
了解更多:https://smsmobileapi.com/doc-whatsapp/
#36

用于检索 WhatsApp 消息的新 API 结构现已推出

{
“日期”:“2025-03-11”,
“小时”:“12:27:00”,
“时间戳”:“1741692420”,
“号码”:“19176728660”,
“联系人”:“Smsmobileapi”,
"message": "你能告诉我什么时候能收到我的订单吗?",
“guid”:“652fcfc0-12a8-46f5-b5ba-9391135b8b4c”,
“更多的”: {
"自动回复": "1",
"transfert_to_email": "1",
“chatgpt_reply”:“1”
},
“chatgpt”:{
“prompt_tokens”:“900”,
“完成令牌”:“10”,
“total_tokens”:“910”,
“总代币成本”:“0.182”
“response”:“您的订单 #576 将于明天发货。”
}
}
#35