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 shows how to schedule a hangup for a call after a minute while playing a message on the call.

Example

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Speak>This call will be hung up after a minute</Speak>
    <Hangup schedule="60"/>
</Response>