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

发布历史

2 updates

最新第一
2025

为您的 Shopify 客户自动检测国家/地区代码

我们改进了 Shopify 集成,可以自动检测并应用客户正确的国家/地区代码——即使客户资料中缺少国家/地区代码。

即使客户的电话号码格式不完整,此增强功能也能确保 SMS 和 WhatsApp 消息正确传递。

✅ 不再出现因缺少国家代码而导致的配送问题。
系统现在可以根据客户的国家/地区信息推断正确的拨号代码。
💬 Works for both SMS and WhatsApp communications.

只要知道客户所在的国家/地区,即使电话号码不完整或缺少前缀,此更新也能保证可靠的消息传递。
了解更多
#95

添加了新的密钥来检索订单价值,使您能够更好地向 Shopify 客户个性化消息。

{{id}} → 订单的唯一 ID
{{order_numero_final}} → 格式化的订单名称(例如,#1001)
{{order_number}} → 数字订单号(例如,1001)
{{financial_status}} → 付款状态(例如,已付款、待处理)
{{fulfillment_status}} → 履行状态(例如,已履行、部分履行、未履行)
{{currency}} → 订单使用的货币(例如,美元、欧元)
{{presentment_currency}} → 向客户提供的货币
{{subtotal_price}} → 税前及运费前的商品总价
{{total_price}} → 含税及运费的总价
{{total_tax}} → 订单适用的总税额
{{total_discounts}} → 已应用折扣总额
{{current_subtotal_price}} → 当前小计(创建后若修改则可能不同)
{{current_total_price}} → 订单当前总价
{{current_total_tax}} → 当前总税额
{{current_total_discounts}} → 当前总折扣金额
{{total_outstanding}} → 订单剩余未付金额
{{total_weight}} → 订单总重量(克)
{{total_tip_received}} → 顾客支付的小费
{{order_status_url}} → URL for customer to check their order status
{{confirmation_number}} → 订单确认号
{{token}} → 订单的唯一令牌
{{cancel_reason}} → 取消原因(如果已取消)
{{cancelled_at}} → 订单取消的时间戳
{{created_at}} → 订单创建时间戳
{{updated_at}} → 订单的最后更新时间戳
{{closed_at}} → 订单关闭时间戳
{{processed_at}} → 订单处理时间戳
{{confirmed}} → 订单是否已确认(true/false)
{{buyer_accepts_marketing}} → 买家是否接受营销邮件
{{landing_site}} → URL the customer landed on before checkout
{{landing_site_ref}} → 指向目标网站的引荐来源
{{referring_site}} → 外部引荐网站
{{source_name}} → 订单来源(例如,web,draft_order)
{{source_identifier}} → 来源标识符(如有)
{{source_url}} → 订单的源 URL
{{tags}} → 与订单相关的标签
{{note}} → 已在订单中添加自定义备注
{{location_id}} → 与订单关联的地点 ID
{{user_id}} → 创建订单的员工 ID
{{app_id}} → 创建订单的应用程序的 ID
{{browser_ip}} → 结账时客户的 IP 地址
{{customer_locale}} → 客户所在地区/语言(例如,en-US)

-- 客户信息 --
{{customer_first_name}} → 客户的名字
{{customer_last_name}} → 客户的姓氏
{{customer_email}} → 客户的电子邮件地址
{{customer_phone}} → 客户的电话号码
{{customer_tags}} → 分配给客户的标签
{{customer_id}} → 客户的唯一 ID

- 收件地址 -
{{shipping_first_name}} → 收货地址中的名字
{{shipping_last_name}} → 收货地址中的姓氏
{{shipping_phone}} → 收货地址中的电话号码
{{shipping_country}} → 收货地址所在国家/地区
{{shipping_province}} → 收货地址所在的省/州
{{shipping_country_code}} → ISO 国家代码(例如,AU)
{{shipping_province_code}} → ISO 省/州代码(例如,WA)

-- 账单地址 --
{{billing_first_name}} → 账单地址中的名字
{{billing_last_name}} → 账单地址中的姓氏
{{billing_phone}} → 账单地址中的电话号码
{{billing_country}} → 账单地址所在国家/地区
{{billing_province}} → 账单地址所在的省/州
{{billing_country_code}} → ISO 计费国家/地区代码
{{billing_province_code}} → ISO 计费省/州代码

-- 履行(仅限第一个)--
{{trackingCompany}} → 首单发货承运商
{{trackingNumber}} → 首次发货的追踪号码

- 支付 -
{{payment_gateway_names}} → 已使用的支付网关列表(以逗号分隔)

-- 设备信息 --
{{user_agent}} → 客户的浏览器用户代理
{{client_ip}} → 来自 client_details 的 IP 地址

-- 折扣 --
{{discount_codes}} → 已应用折扣码(JSON 编码)

- 产品 -
{{product_titles}} → 所有已订购产品的标题(以逗号分隔)

-- 送货方式 --
{{shipping_title}} → 所选配送方式的名称
#54