Hi Allen,
Thank you so much for your help! I was out of the office for a week so coming back to this was a bit daunting, but your message was super simple.
We've got our pop up screen working now and have a meeting to test further with the 3rd party. Quick side note, is there a way to avoid the new tab? I have it set to False in the script for the new window, but still get a new tab and wondered if I am missing that slider somewhere.
------------------------------
WFM4Life
------------------------------
Original Message:
Sent: 08-31-2023 11:22
From: Allen Coley
Subject: CRM iFrame Implementation
Sounds like you just about have it.
In your script go to Variables and add a variable called "ANI" data type String with input enabled.
Add a variable for "CRM URL" and set it to your URL with the parameter string. Example https://superawesomebutnotrealcrm.com/customers?phone=
Now add a web page to your script and size it how you want it.
On the left side under Web page set the source to varaible:
{{CRM URL}}{{ANI}}
Publish your script.
Now to go architect and edit your In Queue Flow.
Add a node (not sure what you actually call it) Flow -> Set ScreenPop.
Pick your script and set ANI to: RIGHT(Call.Ani,10)
When I would use just Call.Ani it was including the full "SIP:+15558675309", there might be a better variable but that's what I came up with.
Works like a champ.
------------------------------
Allen Coley
Chewy, Inc.
------------------------------