Send DTMF
- DarkLight
Send DTMF
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 an active call.
Sequence Diagram
The following figure illustrates the workflow of SendDTMF API:
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | InboundCall |
subtopic | SendDTMF |
source | «app-name-broadcasting-this-message» |
data | «digit to be sent» |
Response Parameters | Value |
---|---|
channel | Not Applicable |
topic | Not Applicable |
subtopic | Not Applicable |
message | Refer Call Event Parameters |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
SEND_DTMF_FAILED | Amazon Connect Failure Error Message. | Failed to send DTMF. |
Sample Request
{
"channel": "Amazon",
"topic": "InboundCall",
"subtopic": "SendDTMF",
"source": "myapp"
}
Was this article helpful?