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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南