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

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

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

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

관련 콘텐츠