Installation
Clone the repository directly into your workspace:Quick start
Place an outbound call. When the call connects, Vobiz queries youranswer_url webhook, which must return a valid VobizXML document.
Authentication
The Ruby client uses your Auth ID and Auth Token. Find both in the Vobiz Console. Initialize the client automatically using environment variables:VobizXML
Use the object-orientedXML::Response builder. Instead of concatenating raw XML strings, instantiate elements like add_speak or add_record and render with to_xml - your webhooks will always be schema-compliant.