Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt

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

The <Pause> verb waits silently for a specified number of seconds or one second by default. No nouns can be nested within <Pause>, and a self-closing tag must be used.

Attributes

ATTRIBUTEDESCRIPTIONOPTIONSDEFAULT
length Seconds to pause 1 - 1801

Examples

<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Pause length="5"/>
</Response>