Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.08 KB

File metadata and controls

33 lines (17 loc) · 1.08 KB

UltraCartRestApiV2.ConversationPbxMenuMapping

Properties

Name Type Description Notes
action String Action [optional]
action_target String Action target. This is the UUID associated with the configuration object of that particular type. [optional]
digits Number Digits [optional]
sms_from_number 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]
text_message String Text message body sent to the caller when the action is 'send text'. Ignored for all other actions. [optional]

Enum: ActionEnum

  • time based (value: "time based")

  • menu (value: "menu")

  • queue (value: "queue")

  • voicemail (value: "voicemail")

  • agent (value: "agent")

  • send text (value: "send text")