你能在 python 中创建一个 twilio twiml bin 吗?
can you create a twilio twiml bin in python?
有没有办法通过 Python 中的 Twilio API 创建 Twiml Bin?
我正在尝试自动设置以特定方式运行的数字的过程,但我希望它们完全集成到网络界面中。
TwimlBins 没有 CRUD API。 TwimlBins 支持 mustache templates to pass in parameters. An alternative is to use the Twilio Studio Flows API or the Twilio Functions API.
有没有办法通过 Python 中的 Twilio API 创建 Twiml Bin?
我正在尝试自动设置以特定方式运行的数字的过程,但我希望它们完全集成到网络界面中。
TwimlBins 没有 CRUD API。 TwimlBins 支持 mustache templates to pass in parameters. An alternative is to use the Twilio Studio Flows API or the Twilio Functions API.