Files
Dave Horton 78dd1ba1d3 V0.6.6 update (#18)
* content updates for v06.6

* updated release notes
2021-09-22 15:15:24 -04:00

21 lines
458 B
Markdown

# pause
The pause command waits silently for a specified number of seconds.
```json
{
"verb": "pause",
"length": 3
}
```
You can use the following options in the `pause` action:
| option | description | required |
| ------------- |-------------| -----|
| length | number of seconds to wait before continuing the app | yes |
<p class="flex">
<a href="/docs/webhooks/message">Prev: message</a>
<a href="/docs/webhooks/play">Next: play</a>
</p>