【发布时间】:2020-04-30 12:07:41
【问题描述】:
var notification = NotificationResource.Create( 服务标识, toBinding: 新列表 { "{\"binding_type\":\"sms\",\"address\":\"+1651000000000\"}"} body: "Knok-Knok!这是你的第一条通知短信");
我的问题是我将如何在 toBinding 参数中发送数据。
帮帮我
【问题讨论】:
-
这个页面有一个C#代码示例(右上角),
Send a Notification to Bindings in the request- twilio.com/docs/notify/api/notification-resource -
你好 Alan 其实我想知道,如何将联系人列表发送到 Notification API 的绑定参数中?