Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.13 KB

File metadata and controls

31 lines (19 loc) · 1.13 KB

ConversationPbxMenuMapping

Properties

Name Type Description Notes
action ActionEnum Action [optional]
actionTarget String Action target. This is the UUID associated with the configuration object of that particular type. [optional]
digits Integer Digits [optional]
smsFromNumber String Optional phone number to send the text message from. Must be a phone number configured on this merchant account and SMS enabled. Defaults to the number the caller dialed. Only used when the action is 'send text'. [optional]
speech String Speech [optional]
textMessage String Text message body sent to the caller when the action is 'send text'. Ignored for all other actions. [optional]

Enum: ActionEnum

Name Value
TIME_BASED "time based"
MENU "menu"
QUEUE "queue"
VOICEMAIL "voicemail"
AGENT "agent"
SEND_TEXT "send text"