Docs
<wait>
This command makes Apifonica to wait for the specified number of seconds before executing the next command.
Attribute | Description | Default Value |
---|---|---|
length | Waiting time in seconds. | 1 |
EXAMPLE
<?xml version="1.0" encoding="UTF-8" ?>
<response>
<wait length="15" />
</response>