Amazon Connect integration with Amazon Lex extends the classic contact center experience using conversational bots. As a result, a self-service experience can be implemented to automate repetitive tasks, such as checking what’s the status of a service case or filling in collateral information. In this video, we show how to leverage Amazon Connect to check […]
Amazon Web Services
Building an Amazon Connect Holiday Calendar in 4 Easy Steps
Between calendars, the check queue status node as well as the capacity settings for each queue, Amazon Connect administrators have several options to handle a busy work day. However, there are some scenarios where the routing behavior needs to be customized beyond these out of the box options. One example would be setting up a […]
Amazon Connect Contact Flow Logging
Amazon announced several new and exciting features for Amazon Connect in Q4 2017. They’ve added support for contact flow import and export, contact flow logging, the Login/ Logout report, agent event streams, etc. In this video, I show you how to enable the new contact flow logging feature, find a specific customer interaction and read […]
Create a Dynamics CRM Case based on Amazon Connect self-service interaction
Companies providing customer care often require multiple supporting IT systems to achieve the high standards they strive for. This implies usage of telephony services, contact center platforms, CRM and WFM solutions, etc. Using 5 – 10 separate solutions to handle a single client interaction may become confusing and time-consuming for agents. How many times a […]
Keeping Lambdas Warm in Amazon Connect
One of Amazon Connect’s strengths is the ability to use Amazon Lambda in contact flows to access other AWS services and external systems. Some common use cases are looking up accounts in an external CRM, storing contact data in Amazon DynamoDB or sending emails using Amazon SES or Amazon SNS. To keep contact flows responsive, […]
Setting up Callbacks within Amazon Connect
When configuring the call center experience administrators should keep in mind that long wait times will invariably lead to dropped calls and frustrated customers. An easy way to make sure your callers don’t have to wait on hold for a long time when no agents are available is to make use of the callback feature. […]
Perficient Achieves Amazon Web Services Advanced Tier
With AWS Re:Invent on the horizon from November 27 to December 2, we are proud to announce that we have achieved Advanced Tier for our Amazon Web Services partnership. The achievement is a result of our participation in the Amazon Web Services (AWS) Amazon Partner Network Consulting Partner (APN) program, which enables technology consulting firms […]
Process Amazon Connect self-service data with Lambda and SES
In this blog post, we process data collected through a self-service Amazon Connect Contact flow and deliver results in an email. My previous article shows how to configure Amazon Connect and Amazon Lex to create a Self-service Contact Center experience. Assuming the first part is done, it is time to process the data using a Lambda function. As the […]
More natural text to speech with SSML and Amazon Connect
Within Amazon Connect we can build engaging contact flows that use Amazon Polly to prompt callers with text to speech utterances. Amazon Polly produces natural sounding speech using deep learning technologies. This is not your old-school and often cringe worthy “robot” voice. With that said, let’s look at a few scenarios where we can delight […]
Amazon Connect JavaScript Libraries: Lily CCP, Streams and connect-rtc
Quick post here to describe the various JavaScript libraries that you may run into doing custom Amazon Connect development. Lily CCP When you load the Amazon Connect Contact Control Panel (CCP), it loads a JavaScript library called Lily CCP that contains all the code needed to work with the Amazon Connect CTI Web Service and […]
Amazon Connect: Softphone Info and Incoming Calls
In a previous post on the connect-rtc.js library for Amazon Connect (https://blogs.perficient.com/integrate/2017/10/26/implementing-a-mute-button-in-amazon-connect/), I mentioned that this library needs the “softphone media info” from the Streams API to be able to establish a WebRTC call between the agent and the caller. Let’s take a look at what this softphone media info is and why connect-rtc.js needs […]
Implementing a Mute Button in Amazon Connect
When your agents are handling calls in Amazon Connect and need a quick break to look something up for the caller or tell “Disco” Dan to turn the music down in the next cube over, the agents can put the call on hold using the Contact Control Panel (CCP). The caller hears some music from […]