- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 05:35 AM
Hello,
We are integrating our telephony system with ServiceNow. When a service desk agent answers a call, an API call with called details is made to ServiceNow to create a new Interaction record in the Service Operations Workspace.
Is there a way to automatically open (pop up) the newly created Interaction form on the agent’s screen in the Service Operations Workspace, so the agent can immediately view and edit the ticket details? If so, what configuration or scripting is required to achieve this behavior?
Any guidance or best practices would be greatly appreciated.
Thank you!
Harish
✔️ Kindly mark as Helpful / Accept Solution if this answered your question
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 05:53 AM
how is the API call made and how is the record getting inserted?
If it's via business rule then yes redirection is possible.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 05:38 AM
record insertion is a different API transaction and it will insert data into the interaction table.
Opening that is a different transaction.
It's not possible what you are asking.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 05:48 AM
Hi Ankur,
Indeed the transactions are different. However, is there a way to invoke popup transaction using a BR on insert of a record?
Regards,
Harish
Harish
✔️ Kindly mark as Helpful / Accept Solution if this answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 05:53 AM
how is the API call made and how is the record getting inserted?
If it's via business rule then yes redirection is possible.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 07:08 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader