简体   繁体   English

Nexmo回复了捕获的短信

[英]Nexmo replied SMS captured

Signup on Nexmo as free account and able to send the SMS to a particular customer from Nexmo. 以免费帐户注册Nexmo,并能够从Nexmo向特定客户发送短信。 after that my customer will reply the message, I want to capture the replied message in database by webHooks. 之后,我的客户将回复邮件,我想通过webHooks在数据库中捕获回复的邮件。 and send back SMS to sender mobile number as well. 并将短信发送回发送方手机号码。

So Is it possible to capture the replied message on Nexmo. 因此是否有可能在Nexmo上捕获回复的消息。 Just wanted to confirm that, I am going to purchase the plan 只是想确认一下,我要购买该计划

Yes, it is. 是的。 You'll have to setup a SMS webhook on the number on the Nexmo platform, and Nexmo is going to POST to that webhook with the incoming SMS. 您必须在Nexmo平台上的号码上设置一个SMS Webhook,并且Nexmo将使用传入的SMS POST到该Webhook。 The webhook code you write would be responsible for saving that to a database. 您编写的Webhook代码将负责将其保存到数据库。

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

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