Hi Yvgeni,
I haven't implemented this with Salesforce, so I can't comment on the CX Cloud side specifically. However, we are doing something similar with our own CRM.
We were able to retrieve the Genesys Agent Copilot summary using the GET /api/v2/conversations/{conversationId}/summaries API, and we're currently building a workflow to automatically write that summary into our CRM after the interaction completes.
Our approach is to use a Trigger to detect when the conversation summary is available, retrieve the summary via the API, and then pass it to our CRM along with the ticket number so the correct record can be updated.
From my understanding, a similar approach should be possible with Salesforce.
Hope this helps.
------------------------------
Phaneendra
Technical Solutions Consultant
------------------------------