简体   繁体   English

如何使用 Nexmo/Vonage 发送群发短信

[英]How to send bulk SMS using Nexmo/Vonage

I'm using Nexmo/Vonage for sending SMS, Nexmo allows 30 concurrent requests for the operations, and for sending messages it allows 1 SMS/Sec for long code and 30mps (message per second) for the toll-free numbers.我正在使用 Nexmo/Vonage 发送 SMS,Nexmo 允许 30 个并发操作请求,对于发送消息,它允许长代码 1 SMS/秒和免费电话号码 30mps(每秒消息)。

right now I'm using it at its full capacity by buying multiple numbers, I just want to know how I can manage to increase its capacity for sending?现在我通过购买多个号码来充分利用它,我只想知道如何设法增加它的发送能力?

and one more thing as it has 30 concurrent requests when I buy numbers in bulk while sending it generates an error of request exceed.还有一件事,因为当我批量购买数字时它有 30 个并发请求,同时发送它会产生请求超出错误。

I want to send around 5 million messages in a day.我想在一天内发送大约 500 万条消息。

在此处输入图像描述

There's a few things that go into the actual number of messages you can send per day.有几件事 go 成为您每天可以发送的实际消息数量。

The first is the throughput you listed above.第一个是您上面列出的吞吐量。 Those are general limits that, by default, apply to all accounts and then the country they are sending in. So as you mentioned 1/sec or 30/sec depending on the number type.这些是一般限制,默认情况下,适用于所有帐户,然后是他们发送的国家/地区。因此,正如您提到的 1/秒或 30/秒,具体取决于号码类型。 30/sec is also our API limit, so you will need to contact support@nexmo.com to get that raised if you want to send more than 30/sec no matter what. 30/sec 也是我们的 API 限制,因此如果您想发送超过 30/sec 的数据,您需要联系 support@nexmo.com 来提高它。

For US traffic you will also need to register any Application-To-Person SMS traffic (A2P Traffic) with the carriers ahead of time through what is known as 10DLC.对于美国流量,您还需要通过所谓的 10DLC 提前向运营商注册任何 Application-To-Person SMS 流量(A2P 流量)。 This is a carrier-imposed system that further dictates what and how many SMS messages you can send.这是一个运营商强加的系统,它进一步规定了您可以发送什么和多少条 SMS 消息。 From your Customer Dashboard you will need to register the brand you are sending as, and register a campaign.从您的客户仪表板中,您需要注册您发送的品牌,并注册一个活动。 This will tell you the limits that each carrier will allow.这将告诉您每个运营商允许的限制。 Each carrier (T-Mobile and AT&T for the moment, Verizon will be joining in the future) will have their own limits even outside of our limits.每个运营商(目前是 T-Mobile 和 AT&T,Verizon 将在未来加入)都会有自己的限制,甚至超出我们的限制。

10DLC limits vary by use case, carrier, and how trustworthy the carriers think a brand is. 10DLC 限制因用例、运营商以及运营商对品牌的可信度而异。

I would start the 10DLC process now to get an idea of the limits you will be constrained by the carriers, and from there you'll have a better idea of what you'll need to do either in API increases or moving to something like a dedicated short code.我现在将开始 10DLC 流程,以了解您将受到运营商限制的限制,从那里您将更好地了解在 API 增加或移动到类似专用短代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM