如何处理传入的消息以在Twilio对话API中创建对话?
我有一个聊天应用链接,现在我需要添加短信参与者。
我的用例是,假设您有一个号码,并且您用我的 twilio 号码发送消息。现在我想在我们之间创建一个对话。
我需要知道使用 webhook 处理传入消息并创建私人频道的步骤是什么,以便它自动在 twilio 号码和用户之间创建对话。我无法捕获我在对话下的事件前和事件后 Webhook 中指定的后端 api 端点中的消息。如有任何帮助,我们将不胜感激。
I have a chat app link now I need to add a SMS participant.
My use case is say you have a number and you send a message in my twilio number. Now I want to create a conversation between us.
I need to know what are the steps to handle an incoming message using webhook and create a private channel so that it automatically creates a conversation between the twilio number and the user. I am not able to capture the message in my backend api endpoint which I specified in pre-event and post-event webhook under conversations.Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在文档中找到将入站 SMS 消息转换为对话消息所需的步骤入站消息处理和自动创建。我所能做的就是建议您阅读那里。
You will find the steps required for turning an inbound SMS message into a conversation message in the documentation on Inbound Message Handling & Autocreation. All I can do is recommend you read through there.