Could the Notes field be used as Participant Data associated with a call in a flow? What might that look like?
I'm asking in relation to my previous post regarding non-SF/SF call transfers. If I could have an agent enter the SF case number in Genesys notes, then pass that to SF as a pop-up variable, I might be able to pop the active SF case and not create a new one.
Thanks.
------------------------------
John Codispoti
Pfizer Inc.
------------------------------
Original Message:
Sent: 01-17-2022 15:03
From: Vaun McCarthy
Subject: Extract notes for an interaction
Hi Vladimir
What do you mean here by extract? You can get the notes from the API:
/api/v2/conversations/{conversationId}
among the results on each conversation will be this:
...
"wrapup": {
"code": "XXX",
"name": "XXX",
"notes": "NOTES WOULD BE HERE"
------------------------------
Vaun McCarthy
------------------------------