Installation
Clone the repository and install the dependencies locally:Quick start
Make an outbound call:answer_url to ask for instructions on what to do next.
Authentication
Vobiz uses your Auth ID and Auth Token. Find both in the Vobiz Console. We recommend exposing these as environment variables:Receiving calls (Flask server)
When an outbound call connects (or an inbound call arrives), Vobiz requests youranswer_url to interpret the VobizXML instructions. Below is a Flask implementation:
VobizXML
The Python SDK exposes a tightly integratedvobizxml module to construct robust IVR systems without manually formatting XML. It handles escaping and schema validation automatically.