WenhaoGe / amazon-connect-snippets

A collection of dependency free snippets for working with Amazon Connect, in multiple programming languages.

Home Page:https://aws.amazon.com/connect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Connect Snippets

This repository is a collection of code snippets for working with different parts of Amazon Connect. The snippets are organized by language. There's an additional collection of projects that come with associated CloudFormation templates and Contact Flows in the projects/ directory.

We currently have sippets in:

Feel free to add more languages. Please follow the requirements in each subdirectory README.

Snippets

Name Description Links
Outbound Dial Uses the StartOutboundVoiceContact API to call a number. Java DotNet
Holiday Check Can be used to check for holidays in a contact flow Python
Sync Instance User Data Can be used to sync basic user information from one instance to another instance Python

Contributions

Make sure the .gitignore per language is applied. Make sure your snippet has no external dependencies. Make sure your snippet is self contained.

Values for variables

  • InstanceId : c2e9dc6f-3f69-40e2-b0ec-f78d0c62bee6
  • ContactFlowId: ae4e2be3-5541-4c57-9738-217052e61eb3
  • DestinationPhoneNumber : +12065550101
  • SourcePhoneNumber : +12065550100

About

A collection of dependency free snippets for working with Amazon Connect, in multiple programming languages.

https://aws.amazon.com/connect/

License:MIT No Attribution


Languages

Language:Python 77.3%Language:Java 13.3%Language:C# 9.4%