GithubHelp home page GithubHelp logo

amazonconnectsdk's Introduction

About

The Amazon Connect SDK is a set of modules that can be used to achieve deep integrations within the Amazon Connect ecosystem. Notably, the Amazon Connect SDK can be used by Agent Workspace applications within the Agent Workspace.

Learn More

To learn more about developing within the Agent Workspace, please check out the Agent Workspace developer guide

Usage

To install the app module, perform the following command within your node package: npm install --save @amazon-connect/app

amazonconnectsdk's People

Contributors

amazonconnectsdk avatar

Stargazers

Seoyeon Park avatar Colin Davis avatar Richard Johnson avatar  avatar William Garcia avatar  avatar

Watchers

James Cloos avatar William Garcia avatar Dan Manning avatar  avatar  avatar Colin Davis avatar  avatar  avatar  avatar

amazonconnectsdk's Issues

Not able to start the application

I am using Node v20. I am following these instructions to create a simple application.

When I start the application, it runs into below error.

(node:33917) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/Users/someuser/Documents/VS Code Local Directory/ACAgentDesktopApp/app.js:1
import { AmazonConnectApp } from "@amazon-connect/app";

After setting "type": "module" in the package.json file, the error changes to below:

file:///Users/someuser/Documents/VS%20Code%20Local%20Directory/ACAgentDesktopApp/app.js:1
import { AmazonConnectApp } from "@amazon-connect/app";
         ^^^^^^^^^^^^^^^^
SyntaxError: Named export 'AmazonConnectApp' not found. The requested module '@amazon-connect/app' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from '@amazon-connect/app';
const { AmazonConnectApp } = pkg;

External App to Interact with Agent Workspace CCP

I am trying to understand if it is possible for the external app in agent workspace to interact with the embedded CCP which is in agent workspace ? This is for a click to call sort of query. So my external app pulls data from another platform which sometimes includes customer phone number as well. Is there a way I can click to dial from this external app of mine to use the inbuilt agent workspace CCP for making outbound call ? Thank you !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.