【发布时间】:2017-03-02 21:14:47
【问题描述】:
我可以通过 twilio 发送带有收集数字的附加数据吗?我想要实现的是,如果有人发送一条短信说 HELP,我们会打电话给支持团队并询问他们我们已收到短信,如果他们想交谈,然后按 1,如果他们按 1,我们将能够拨打我们已收到短信的号码。
我正在检查 twilio 示例,它发送带有收集数字的 POST,我可以发布其他详细信息吗?所以会打电话
<Response>
<Gather numDigits="1" action="callback.php" method="POST">//I would like to send phone number to be called in this post request
<Say>We have received a text for help ,to speak with the person press 1. </Say>
</Gather>
</Response>
【问题讨论】:
标签: twilio twilio-php