1 Answer
- Newest
- Most votes
- Most comments
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.
- 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.
- You could also use Lightning Flows to implement a similar style of logic in Salesforce via Process Builder
answered 2 years ago
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 20 days ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago