An Express website that shows how to use the Amazon Connect API to interact with a Connect instance.
Assuming you already have Node and NPM installed:
- Clone this repo
- Run "npm install"
- Update the values in instanceConfig.js with your Connect instance id and Queue ARN's
- Run "node index.js" and navigate to http://localhost:3000
The website demonstrates using:
- listUsers
- describeUser
- updateContactAttributes
- getCurrentMetricData
For a full reference to the Connect API see: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
For a reference for the AWS JavaScript SDK, including Connect see: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Connect.html