Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

This example calls out to two phone numbers sequentially. The first call is made to a number with a timeout value of 20 seconds. If the call is not answered within that time, Vobiz will dial out to the second number.

Example

Response

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Dial action="https://your-domain.com/dial_action/" hangupOnStar="true" dialMusic="https://your-domain.com/music.mp3">
        <Number timeout="20">12025551111</Number>
        <Number timeout="20">12025552222</Number>
    </Dial>
</Response>