简体   繁体   English

无法使用asp.net中的twilio sms服务发送回复短信

[英]not able to send reply sms using twilio sms services in asp.net

Hi i had developed an application in .NET for where we can send sms to user and want user reply sms for that we are using Twilio sms service. 您好我已经在.NET中开发了一个应用程序,我们可以向用户发送短信,并希望用户回复短信,因为我们正在使用Twilio短信服务。 i had created the code for sending sms which is running perfectly but while user receive the sms he is not able to reply fro mobile bcz there is no number is available to reply only short code is available. 我已经创建了发送短信的代码,该代码运行正常,但是当用户收到短信时,他无法回复来自移动设备bcz,没有号码可用于回复只有短代码可用。 so anyone having idea for twilio integration .. help required here 所以任何人都有twilio整合的想法..这里需要帮助

You should give us more context and some code... 你应该给我们更多的背景和一些代码......

However have you specified the Message URL? 但是您是否指定了消息URL? Check the Twilio documentation 查看Twilio文档

By specifying an Message URL for your messaging enabled Twilio phone number, Twilio will make a request to your application to notify you when someone replies to a message you send. 通过为启用消息传递的Twilio电话号码指定消息URL,Twilio将向您的应用程序发出请求,以便在有人回复您发送的消息时通知您。 Twilio's request and your corresponding response are covered in the Message portion of the TwiML documentation Twilio的请求和相应的响应包含在TwiML文档的Message部分中

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

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