是否有任何短信网关仅用于发送消息,不需要购买短代码?
我需要从我的应用程序向用户发送状态更新的短信,但我不喜欢“向他们的电话号码发送电子邮件”路线,因为这些消息通常包含大量垃圾内容(例如“FRM”和“MSG”以及其他随机的事情)。
我知道我可以获取自己的短代码并使用 Twilio 或 Clickatell 等服务,但短代码目前超出了我的价格范围。
那么是否有任何 SMS 网关允许我使用某种通用的随机短代码来仅发送消息?我不需要用户有任何回复文本的能力。
I need to send SMS messages from my app to users with status updates, but I don't like the "send an email to their phone numbers" route because the messages typically includes lots of cruft (like "FRM" and "MSG" and other random things).
I know I could get my own short code and use a service like Twilio or Clickatell, but short codes are out of my price range right now.
So are there any SMS gateways that let me use some sort of generic, random short code for only sending messages? I don't need any ability for users to reply to the text.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
以下是一些供您选择的选项,所有选项均具有不同的 API:
可能还取决于您的用户所在的位置,很确定 Twilio 只为美国和美国提供服务。加拿大。
Here are a few options for you, all with varying APIs:
Probably also depends on where your users are, pretty sure Twilio only service US & Canada.
在工作中,我们使用 RedOxygen 发送短信。他们不要求您提供短代码,并且使用他们的网关发送时使用他们这边的电话号码。它们也允许您通过有限的 API 获取短信回复。
不过,请随意货比三家,这不是认可。
At work we use RedOxygen for sending SMS messages. They don't require you to have a short code and sending using their gateway uses a phone number on their side. They do allow you to obtain responses to your SMS's via a limited API as well.
Feel free to shop around though, this isn't an endorsement.
全球短信传送并不依赖于您所定位的每个国家/地区都提供可用的短代码,因此许多短信网关将允许您从“广播”帐户发送消息,而无需租用短代码。
仅当您也想要入站流量(而您已经声明不需要)时,才真正有必要租用短代码。
在许多国家/地区都可以使用 11 个字符的字母数字标识符发送 SMS,对于那些有传送限制且需要通过短代码发送的国家,SMS 网关应该为您完成工作,以确保您的消息能够在任何限制下传送。
[免责声明:我在全球 SMS 网关 Esendex 工作]
Global SMS delivery doesn't rely on having short codes available in each country you're targetting so many SMS Gateways will allow you to send from a 'broadcast' account without the necessity to rent a shortcode.
Renting a shortcode would only be really necessary if you wanted inbound traffic too which you've stated you don't.
Sending an SMS using an 11 character alphanumeric identifier is possible in many countries and for those with delivery restrictions requiring sending through shortcodes then the SMS Gateway should do the work for you to ensure your message is delivered whatever the restrictions.
[Disclaimer: I work for Esendex, a global SMS Gateway]
您可以连接到任何 SMS 提供商或 SMS 网关(本地或全球),并要求他们为您提供 HTTP 或 XML API。然后,您可以使您的系统能够使用这些 API 发送自动短信。这必须有效
You can connect to any of the SMS Providers or SMS Gateways (either local or Global), and ask them to provide you an HTTP or XML API. Then you can make your system capable of sending auto SMS using these APIs. This must work