Send DTMF
- DarkLight
Send DTMF
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to enter numbers that automated call systems recognize, such as an account number or a menu selection, during an active call.
Pre-requisite
The agent must be on a customer call and a consult call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | SendDTMF |
source | «app-name-broadcasting-this-message» |
data | Digit to be sent |
Data Parameters
Parameter | Data Type | Description | Sample Value |
---|---|---|---|
No data parameters |
Response Parameters | Value |
---|---|
Not applicable |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
SEND_DTMF_FAILED | Acqueon Campaigns Failure Error Message. | Sending DTMF digit failed. |
Sample Request
{
“channel”: “Amazon”,
“topic”: “OutboundCall”,
“subtopic”: “SendDTMF”,
“source”: “myapp”,
“data”: “2”
}
Sample Response
No sample response.
Was this article helpful?