Hi folks,
I'm looking for help with retrieving Agent Assist summaries programmatically. Currently, the only way to save these summaries is by manually copying and pasting them into the notes panel. As far as I know, there's no direct API access to these summaries.
I've explored a couple of potential solutions:
- Using the API endpoint: GET /api/v2/analytics/conversations/{conversationId}/details
- Using the API endpoint: GET /api/v2/conversations/{conversationId}
However, these endpoints return large responses that are difficult to parse, especially when there are multiple notes for a single conversation ID.
My questions for the community:
- Is there a more efficient API method to retrieve wrap-up notes?
- Has anyone implemented a workaround to automate the process of capturing and storing Agent Assist summaries via API?
For reference:
Link to Community Thread: Genesys Cloud - Main - Genesys
Link to Idea - Summary available via API : Auto Summarization - Summary available | Genesys Cloud Ideas Portal (aha.io)
Any insights, suggestions, or solutions would be greatly appreciated. Thank you in advance for your help!