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
asked 4 months ago102 views
1 Answer
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
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions