Amazon Connect :VoiceMail Express: Create a case in Salesforce parameters

0

Hello,

We have set up Service Cloud Voice in Salesforce with Amazon contact center. We have installed the Voicemail Express package from GitHub. Then, when the customer press 3 to leave a voicemail message, it is creating a Voice Call Record and a case later on with a link to the voicemail message in salesforce. However, the voice call record is not related to that case, it's too bad because we loose the contact information ( in Salesforce, the phone number of the incoming call is associated to a contact if it exists ). We would like to link the VoiceCallId to the Case when it is created in Salesforce but I don't find what is creating this case and I don't find neither where to add this parameter, can you help me please?

Thank you.

已提问 2 年前288 查看次数
1 回答
0

The case creation with Voicemail Express is done via a Lambda function 'sub_salesforce_case.py'

There are a few options you could use to link these records.

  1. Create a new Lambda function to query salesforce for the voice call record, and then link it to the case. You could invoke this function from sub_salesforce_case.py and pass the created case number as a parameter to the child function.
  2. You could also use Lightning Flows to implement a similar style of logic in Salesforce via Process Builder
AWS
gthomas
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则