gpt4 book ai didi

r - 如何使用 Azure 通知中心和 R 向客户手机发送短信?

转载 作者:行者123 更新时间:2023-12-03 04:07:45 31 4
gpt4 key购买 nike

我想使用带有 R 的 azure 通知中心向客户手机发送短信通知。我尝试使用 twilio,但在 twilio 中我们必须先注册手机号码,我无法使用未注册的号码发送消息。这就是我选择 azure 通知中心的原因。可以你建议我如何使用 R 的 azure 通知中心向 Android 发送消息?

在 twilio 中尝试过:

Sys.setenv(TWILIO_SID = "xxxxxxxxxxx")
Sys.setenv(TWILIO_TOKEN = "xxxxxxxxxxxxxxxx")
# store the numbers in some variables
my_phone_number <- "zzzzzzzzzz" ###n user's number
twilios_phone_number <- "zzzzzzzzzz" ### given number by twilio

# Now we can send away!
tw_send_message(from = twilios_phone_number, to = my_phone_number,
body = "Hello from R 👋")

最佳答案

Azure 通知中心不提供 SMS 消息传递。它适用于推送通知,但要利用这些通知,您需要有一个移动应用程序。 Here您可以找到更多详细信息。

关于r - 如何使用 Azure 通知中心和 R 向客户手机发送短信?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58873625/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com