Amazon Connect · Example Payload

Create Instance Request Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Create Instance Request Example is an example object payload from Amazon Connect, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientTokenIdentityManagementTypeInstanceAliasDirectoryIdInboundCallsEnabledOutboundCallsEnabledTags

Example Payload

Raw ↑
{
  "ClientToken": "a1b2c3d4token",
  "IdentityManagementType": "CONNECT_MANAGED",
  "InstanceAlias": "my-contact-center",
  "DirectoryId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
  "InboundCallsEnabled": true,
  "OutboundCallsEnabled": true,
  "Tags": {
    "key": "value"
  }
}