Quickstart

This guide will get you all set up and ready to use the Toolkit. We'll cover how to get started using one of our widgets and how to make your first request.

Prerequisites

We assume you have an Amazon Connect instance set-up and running.

Onboard the toolkit to your Amazon Connect instance

Before you can use the Toolkit you need to onboard it to your instance(s)

  1. From within the AWS Console navigate to the Amazon Connect console. Ensure that your region is selected.
  2. Click on Add application
  3. Set Display name & Namespace = Toolkit
  4. Access URL = https://toolkit.cx.studio/
  5. Within Instance association section assign to your instance

Grant permissions

Login to Amazon Connect and navigate to security profiles. For each security profile required, update Agent Applications and check the View box for the Toolkit

You are now ready to consume the widgets.

Create a View

Still within the Amazon Connect application, goto Flows and select the Views tab.

  1. Create a new view and call this 'testView'.
  2. From the library on the left, under general drag over application to the canvas
  3. Check the boxes for App Name and Path.
Picture of the author
  1. Click on the Styles tab and set to 48px
  2. Save and Publish

Create a flow

Now we have a View created we need to create a new flow to display this to the agent.

  1. Create a new flow called 'testFlow'
  2. Add a Show View Flow block and configure this with textView then press set JSON for Application_00000000000 parameter, with the below JSON.
GET
/v1/banner
{
  "AppIdentifier": "Toolkit",
  "Path": "v1/banner?message=NOTIFICATION%201/1:%20Due%20to%20adverse%20weather%20in%20the%20London%20area,%20deliveries%20are%20taking%20up%20to%20an%20hour"
}

Example:

Picture of the author
  1. Save, wire up a disconnect block, save and publish the Flow.

Testing your new View

To test your new View and the 3rd party application, update an existing contact flow and place a Set event flow block prior to transferring the contact to the queue. Select the event Default flow for Agent UI and select your testFlow. Save and Publish.

Place a VOICE, CHAT or TASK contact and your new view and scrolling banner will be presented.

What's next?

Discover the other widgets we have available or contact us if you'd like to commission custom widgets.

Was this page helpful?