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.

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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠