What this tool does
- XML converter - paste PlivoXML and get VobizXML. It renames
<GetDigits>and<GetInput>to<Gather>(andtype→inputType,timeout→executionTimeout). Every other verb maps 1:1 and is passed through unchanged. - Auth & config - enter your Auth ID and token to generate the Vobiz request headers, base URL, and ready-to-run
curl/ Python / Node snippets. - Cutover checklist - track each step of the migration with links to the matching guide page.
Safe vs. review-manually
| The tool does this automatically | You handle this manually |
|---|---|
<GetDigits> / <GetInput> → <Gather> | Re-point answer_url / hangup_url to your Vobiz app |
type → inputType, timeout → executionTimeout | Swap webhook signature validation (X-Plivo-Signature → X-Vobiz-Signature) |
| Pass through all other verbs unchanged | Review <MultiPartyCall> / advanced verbs with no direct equivalent |
| Generate headers + client snippets | Buy new Vobiz numbers - you can’t port from Plivo |
Related
Migration guide
The full step-by-step Plivo → Vobiz migration guide.
Convert PlivoXML
The verb-by-verb PlivoXML → VobizXML mapping.
Validate callbacks
How to verify the Vobiz webhook signature.
Vobiz vs Plivo
Pricing, features, and positioning side by side.