Hey Genesys community!
Background
I am working on a Genesys implementation which integrates with a Salesforce org and 'pops' a Salesforce page to users when they are connected to interactions. I think we are using the 'CX Cloud from Genesys and Salesforce integration.
During our inbound email Genesys Flows we populate a parameter on the 'Guest Participant Data' of the interaction called `SF_URLPop`. I have found the documentation which describes the process which our Flows do and explains the behaviour of Salesforce URLs popping to users when they are connect and the `SF_URLPop` parameter is present:
Format Salesforce URL for new record screen pop - Genesys Cloud Resource Center
This behaviour is GREAT when inbound email interactions/conversation our routed to agents through Gensys' through various automatic call distribution ('ACD') processes in Genesys.
Connecting Agents to conversations through the Genesys API
In our Salesforce implementation we have a custom web app which users can send emails through. Behind the scenes this involved us making multiple API callouts to Genesys some of which involve manually connecting users to Genesys conversations (just before we send their email response through Genesys) via the:
- post /api/v2/conversations/emails/{conversationId}/reconnect
- post /api/v2/conversations/emails/{conversationId}/participants/{participantId}/replace
endpoints described in the API explorer documentation.
The problem
When we do connect these users to conversations via the API the `SF_URLPop` URL is also popped to them in Salesforce.
It is in these situations, when we are manually connecting the user to a conversation via the Genesys API, that we do not want the Salesforce URL to pop to them.
- What are our options to prevent this happening?
- Has anyone had this issue before?
- Do we need to do something like remove the `SF_URLPop` parameter before connecting the users to the conversation? Is this possible via the Genesys API?
Any help would be much appreciated! Thanks
#API/Integrations#ArchitectureandDesign#Outbound#Unsure/Other
------------------------------
Angus Brown
------------------------------