How to automatically save call logs in salesforce under activity history for inbound and outbound calls

0

When a service agent receive a inbound call or make a outbound call then call logs are not automatically saved for related record. Ex: On receiving the inbound call related to account, Account record open automatically but after calls end there is no call logs for same in activity hisory.

Rohan
已提问 5 个月前111 查看次数
1 回答
0

Hi Rohan, if you are using our Salesforce CTI adapter, it does not do this out of the box. Custom logic would have to be written on the Salesforce side or on the AWS Salesforce Lambda side to associate Contact records and Contact Analytics records with your chosen object. As these records take up to a few minutes to generate in Amazon Connect, they are sent over asynchronously to your instance.

A way to go about this could be modifying the CTI Flow to add an attribute, like a case ID, to the contact. When the CTR is generated, the AWS Salesforce Lambdas are invoked. Modifying the logic in the Salesforce Lambdas could allow you to create a record or association of contact to a Salesforce object, like a case.

https://github.com/amazon-connect/amazon-connect-salesforce-lambda/blob/master/sam-app/lambda_functions/sfContactTraceRecord.py

Happy building!

profile pictureAWS
专家
已回答 4 个月前

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

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

回答问题的准则

相关内容