如何在 C# 应用程序中实现短信/短信/彩信

发布于 2024-10-30 07:39:33 字数 214 浏览 7 评论 0原文

我希望将短信/彩信集成到我当前的应用程序中。我一直在环顾四周,但找不到任何可以满足我需求的东西。任何建议都会很好。

以下是我的要求:

  • 必须支持 QR 码作为选项,并非每个文本都会有此
  • 静态长代码
  • 能够购买多个短代码或具有共享短代码的关键字
  • 2 路消息传递
  • C# API 一个巨大的优势

I am looking to integrate texting SMS/MMS into my current application. I have been looking around but I cannot find anything that seems to meet my needs. Any advice would be excellent.

Here are my requirements:

  • Must have the support for QR codes as an option, not every text will have this
  • Static long code
  • Ability to purchase multiple short codes or keywords with shared short code
  • 2 way messaging
  • C# API A HUGE plus

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

独留℉清风醉 2024-11-06 07:39:33

Twilio.com 拥有出色的 REST 服务和 C# 包装器 https://github.com/twilio/ twilio-csharp

Twilio.com has a great service with REST services and a C# wrapper here https://github.com/twilio/twilio-csharp

初吻给了烟 2024-11-06 07:39:33

我在 ClickATell 上运气很好。无论如何,现在都是商品服务。我不会太担心 C# 特定的 API。与 SMS 提供商的接口没有太多涉及,通常它是一个直接的 Web 服务 API,并且 C# 可以轻松为您生成代理类。您还需要寻找其他具体信息吗?也许是 SLA 的东西?

I have had good luck with ClickATell. It's all commodity services now days anyway. I wouldn't worry too much about a C# specific API. There isn't much involved with interfacing with SMS providers, usually it's a straight forward web service API and C# makes short work of generating proxy classes for you. Anything else specific you're looking for? SLA stuff perhaps?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文