UiPath / AmazonConnect

Fulfill Amazon Connect contact flows with unattended UiPath automation
Other
4 stars 11 forks source link

ContactCenter CFT and nodejs lambdas #6

Closed parasgera closed 4 years ago

parasgera commented 4 years ago

Test Rail run

https://uipath.testrail.com/index.php?/runs/view/56475&group_by=cases:section_id&group_order=asc

AppInsights event example

image

justmarks commented 4 years ago

From Ram regarding adding the lambda to Connect:

            I thought you already have taken care of this, however here is the sample.  Keep in mind, this will not show up under the Amazon Connect instance settings, where you manually add it.  You have copy and paste the ARN in the contact flows.

Resources: allowConnectToLambda1: Type: 'AWS::Lambda::Permission' Properties: FunctionName: !Ref agentExtensionLookup Action: 'lambda:InvokeFunction' Principal: connect.amazonaws.com SourceAccount: !Ref 'AWS::AccountId'