Installation
Clone the repository and integrate it locally:Quick start
Place an outbound call. When the call connects, Vobiz pings yourAnswerURL endpoint, and you must respond with a VobizXML payload.
Authentication
The Go client requires your Auth ID and Auth Token. Find both in the Vobiz Console.VobizXML
The SDK ships with a strongly typedxml builder that generates valid VobizXML directly. It provides code completion for all available verbs (Gather, Record, Dial).