如何使用 twilio API 发送批量短信 [英] How to send bulk SMS with twilio API

查看:65
本文介绍了如何使用 twilio API 发送批量短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用 Twilio 发送批量短信,这是否可以通过 Twilio 存在 API 实现.我用谷歌搜索了几个小时,但找不到可接受的答案.所以,我决定在这里问.提前致谢.

I want to sending bulk SMS with Twilio is this possible with Twilio exists API. I have searching few hours with google, but can't find acceptable answers. So, I decide to asking at here. Thanks in advance.

推荐答案

短信和彩信快速入门教程

此示例使用 dictionary 向一群人发送消息,请参阅上面链接中的以下示例代码.

This sample is using a dictionary to send messages to group of people, see at following sample code in above link.

// make an associative array of people we know, indexed by phone number
    var people = new Dictionary<string,string>() { 
        {"+14158675309","Curious George"},
        {"+14158675310","Boots"},
        {"+14158675311","Virgil"}
    };

正如您提到的大容量消息,我希望您也可以在 此链接

More Over as You have mentioned BULK Messaging I would like you to have a look at their policy of Do's and Dont's also at this link

并查找使用 Twilio 长代码电话号码发送大众营销或批量消息

看看

这篇关于如何使用 twilio API 发送批量短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆