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.

The DTMF element sends digits on a live call - for instance, to automate navigation through an interactive voice response (IVR) menu. If async is set to true, Vobiz sends digits in the background and the call moves to the next XML element as soon as the first digit is sent. Use the character w to add a 0.5-second delay and W for a 1-second delay. Allowed values: 1234567890*#wW

Attributes

async (boolean) If true, proceeds to the next XML element after the first digit is sent. Allowed values: true, false Defaults to true.

Send digits

This code sends the digits 1234 on the live call.

Response

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <DTMF>1234</DTMF>
</Response>