send_digits

View as MarkdownOpen in Claude

Send digit presses as DTMF tones.

send_digits
objectRequired

An object that accepts the following properties.

Properties

send_digits.digits
stringRequired

The digits to send. Valid values are 0123456789*#ABCDWw. Character W is a 1 second delay, and w is a 500 ms delay.

Variables

Set by the method:

  • send_digits_result: (out) success | failed

Examples

Send digits

1version: 1.0.0
2sections:
3 main:
4 - answer: {}
5 - send_digits:
6 digits: '012345'
7 - play:
8 url: 'say: ${send_digits_result}'