短信从您自己的手机发出。了解工作原理
石窟画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
实时更改日志来源
194公开发布
29产品领域
4更改类型
September 21, 2026latest recorded release

发布历史

69 updates

最新第一
2025

Use Any meta_key in Your SMS Messages for WooCommerce

Now, you can use any meta_key from the order's post_meta data directly in your SMS messages.
无论是内置的 WooCommerce 元键还是由另一个插件添加的自定义字段,您都可以简单地使用 [meta_key] 将其包含在您的消息中,然后它将被实际订单数据动态替换。

示例:
如果您的订单包含:

追踪号码 → ABC123456
_custom_note → 紧急订单,快速发货!

输入此配置:您的订单 [order_id] 已发货!跟踪:[tracking_number]。备注:[custom_note]

✅ 适用于所有 WooCommerce 元字段
✅ No additional configuration required
✅ 兼容添加自定义元字段的第三方插件
#26

电子邮件 API Python 模块发布

现在,您可以使用 Python 轻松地将您的电子邮件帐户连接到 API,从而使自动化和电子邮件管理更加无缝和安全。

重要更新:

添加了专用的 Python 模块以简化电子邮件集成
安全高效地连接到您的电子邮件帐户
具有易于使用的功能和示例,方便开发人员使用
立即开始,提升您的邮件自动化效率!

访问 :https://smsmobileapi.com/email/
#25

自动取消订阅页脚

我们在电子邮件连接功能中添加了一个新参数 unsubscribe=1。当此参数包含在 API 请求中时,它会自动在电子邮件底部附加一个取消订阅部分。

工作原理:
在 API 请求中添加 unsubscribe=1 可启用此功能。
将自动生成带有取消订阅条款的页脚。
其中包含一个动态取消订阅链接,允许收件人退出邮件列表。
此更新确保遵守电子邮件法规并改善收件人体验。
#24

Custom Email Headers & Footers in API

电子邮件 API 现在允许您为通过 API 请求发送的每封电子邮件定义自定义页眉和页脚。
这可以通过仪表板轻松配置。
您可以使用此功能自动为每封外发邮件添加签名、广告或自定义布局,确保品牌形象和信息传递的一致性。
#23

Automated Daily Reports for SMS Status and Delivery Insights

您现在可以通过电子邮件接收自动每日报告,其中提供有关您的 SMS 活动的详细信息。

每天 00:01 发送报告,其中包含前一天的数据
* 发送至您选择的电子邮件地址,最多可选择两位额外收件人

包括:
-Total SMS sent
-Successfully delivered SMS
-Failed SMS with errors
-Pending SMS awaiting delivery

Stay informed and monitor your SMS performance effortlessly! 🚀
#22

配置文件菜单中的时区选择

We have added a new feature in the dashboard under the Profile menu that allows users to select their time zone. This enhancement provides better clarity and tracking of the date and time of sent SMS messages.

默认情况下,时区设置为 UTC,但您现在可以将其调整为符合当地时间,以提高报告和调度的准确性。
#21

Composer - PHP SDK

The new PHP SDK for SMS Mobile API is now available! Easily integrate SMS sending into your PHP applications using Composer. Install it with composer require smsmobileapi/sdk and start sending messages effortlessly."

链接1:https://packagist.org/packages/smsmobileapi/smsmobileapi-php
链接2:https://github.com/SmsMobileApi/smsmobileapi-php
#18

Android App新版本3.0.11

**** 更新已于 02/18 发送以供 Google 审核,等待在 Google Play 上发布:****
-If a message fails to send due to an external issue, you can now retry sending it with a button in the SMS list.
-更新了主菜单。
-通过主菜单中的 [?] 按钮添加了"联系支持"选项.
- 新的工具菜单可探索我们的最新功能。
-Added a "Tools" page to showcase SMSMobileAPI tools and updates.
-更新了订阅续订按钮。
-改进了发送过程,以防止出现特殊重音字符的错误。
-The SMS list now displays the source of each sent message (Dashboard, Test, WooCommerce, Python, Shopify, Zapier, etc.).
#16

Resend an unsent SMS via API

It is now possible to initiate a new attempt to resend an unsent SMS via the /resend endpoint.
查看文档了解更多详细信息:https://smsmobileapi.com/doc/

例子 :
https://api.smsmobileapi.com/resend/?apikey=YOUR_API_KEY
#15