简体   繁体   English

如何从Twilio Webhook获取SMS日志

[英]How to Get SMS log from Twilio Webhook

I am making an app in MVC to send/receive SMS using Twilio API. 我正在MVC中制作一个应用程序,以使用Twilio API发送/接收短信。 I am done with sending SMS functionality but I am confused to get(Inbound) SMS log sent to Twilio number from user. 我已经完成了发送SMS功能的操作,但是对于将get(Inbound)SMS日志从用户发送到Twilio号码感到困惑。

There are few article but not enough for me. 文章很少,但对我来说还不够。 Please help me. 请帮我。

Twilio developer evangelist here. Twilio开发人员布道者在这里。

I recommend this guide that was built by the Twilio documentation team on How to Receive and Reply to SMS Messages in C# . 我推荐由Twilio文档团队编写的有关如何在C#中接收和回复SMS消息的指南 It will explain what a webhook is, how to use TwiML and how to use that knowledge together in ASP.NET MVC to receive and respond to SMS messages. 这将解释什么网络挂接是,如何使用TwiML以及如何一起使用这些知识在ASP.NET MVC接收和短信回应。

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

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