/
HOW TO: Enable Custom Attributes within Amazon Connect

HOW TO: Enable Custom Attributes within Amazon Connect


HOW TO

1. Access the Adapter page, and select the Emite_Kinesis_CTR instance under AmazonKinesisRT.

2. Select +Add New Config and create a new config with the following:

Name: CustomAttributes

Value:

[

{

"CustomAttributeName": "StringAttribute",

"Type": "String"

},

{

"CustomAttributeName": "IntegerAttribute",

"Type": "Integer"

},

{

"CustomAttributeName": "Boolean Attribute",

"Type": "Bool"

},

{

"CustomAttributeName": "Double Attribute",

"Type": "Double"

},

{

"CustomAttributeName": "Pipe Attribute",

"Type": "Delimited"

},

{

"CustomAttributeName": "Date Attribute",

"Type": "Date",

"IanaTimeZone": "Asia/Manila",

"DateTimeFormat": "MM/dd/yyyy HH:mm:ss"

}

]


Example

[

{

"CustomAttributeName": "surveyStatus",

"Type": "String"

},

{

"CustomAttributeName": "AmountPaid",

"Type": "Double"

},

{

"CustomAttributeName": "ExpirationDate",

"Type": "Date",

"IanaTimeZone": "America/Los_Angeles",

"DateTimeFormat": "yyyy/MM/dd HH:mm:ss"

}

]


3. Once added, save the new adapter config and restart the adapter.

You should be able to see the newly configured custom attributes in CTR.


Notes

  • The Custom Attributes will only show up if there is data for that Custom Attribute.

  • In addition, a repoll may be necessary to onboard data prior to the point that you added this new configuration item. Repoll will depend on the Data Retention period configured in Kinesis Stream setup.

  • Make sure new CTR records are coming through after configuring custom attributes. If you do not see data, check CTR adapter logs.

Related content

HOW TO: Configure Genesys Cloud for eMite Integration
HOW TO: Configure Genesys Cloud for eMite Integration
Read with this
Release Notes - Amazon Connect Real-Time Adapter v2.2
Release Notes - Amazon Connect Real-Time Adapter v2.2
More like this
HOW TO: Configure Genesys Cloud Groups to Control Access to eMite
HOW TO: Configure Genesys Cloud Groups to Control Access to eMite
Read with this
Release Notes - Amazon Connect Real-Time Adapter v2.4
Release Notes - Amazon Connect Real-Time Adapter v2.4
More like this
HOW TO Articles
HOW TO Articles
Read with this
Amazon Connect Integration - Cloudformation
Amazon Connect Integration - Cloudformation
More like this