Amazon Connect · Example Payload

User Phone Config Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

User Phone Config Example is an example object payload from Amazon Connect, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PhoneTypeAutoAcceptAfterContactWorkTimeLimitDeskPhoneNumber

Example Payload

Raw ↑
{
  "PhoneType": "SOFT_PHONE",
  "AutoAccept": false,
  "AfterContactWorkTimeLimit": 0,
  "DeskPhoneNumber": "+12065551212"
}