Integrate ServiceNow voice assistant with NICE CXone
Enable users to get support from AI voice agents by integrating a ServiceNow voice assistant with NICE CXone.
Before you begin
- Create a voice assistant. See Create an AI voice assistant for more information.
- Access to your CXone account with permissions to configure SIP trunks.
- NICE API credentials, including the API endpoint, token endpoint, username, password, client ID, and client secret. Contact your CXone account admin to retrieve this information.
Role required: sn_aia.admin
About this task
Connect your CXone contact center to a ServiceNow voice assistant using the Session Initiation Protocol (SIP) communication channel. After the integration is configured, CXone routes calls to the ServiceNow SIP endpoint, where the AI voice agent handles the interaction. When call handling is complete, the integration supports transferring the caller to a live agent queue using the SIP REFER transfer method.
Procedure
Result
CXone is connected to your ServiceNow voice assistant. Incoming calls routed through CXone are handled by the AI voice agent, which responds with a greeting and processes the caller's requests. When call handling is complete, the voice assistant transfers the caller back to CXone using the REFER method.
What to do next
Configure the Onsignal event action flow in your CXone
account. When a voice agent call ends or transfers to a live agent, ServiceNow automatically notifies CXone by sending a
signal to the /interactions/{contactId}/signal API endpoint, which
triggers the Onsignal event action flow. For configuration details, see the CXone developer documentation.