pythontwiliotwilio-apitwilio-twimltwilio-python

can you create a twilio twiml bin in python?


Is there a way to create a Twiml Bin through the Twilio API in Python?

I'm trying to automate the process of setting up numbers that behave a certain way, but I want them to be fully integrated into the web interface.


Solution

  • There are no CRUD API's for TwimlBins. TwimlBins do support mustache templates to pass in parameters. An alternative is to use the Twilio Studio Flows API or the Twilio Functions API.