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
demandé il y a 5 mois111 vues
1 réponse
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
répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions