This integration is available from Configure > Integrations > NICE CXone Messaging in Agent Studio.
Prerequisites
- A NICE CXone tenant with administrator access to Digital > Points of Contact Digital.
- A messaging channel created (or available) in CXone.
- A PolyAI project with at least one Knowledge topic that should escalate to a human.
1. Create the CXone Digital channel
PolyAI integrates with NICE CXone through a Digital First Omnichannel (DFO) messaging channel. You will need to create or identify a messaging channel in CXone and collect the IDs PolyAI needs to connect. Your PolyAI contact will confirm the exact fields required. Configure routing on the CXone side (queues, skills, agent assignments) the way you’d handle any other Digital channel.2. Connect from Studio
In Agent Studio, open Configure > Integrations and click Connect on the NICE CXone Messaging tile. Paste the values from the CXone channel configuration.3. Write the handoff function
4. Assign the function to a topic
Open the Knowledge topic that should escalate, add an Action, and selecttransfer_to_nice. When that topic fires, PolyAI delivers the utterance, opens a CXone Digital conversation, and proxies subsequent turns between the two sides.
The same function can be called from any flow step or directly via conv.call_handoff() for dynamic routing.
5. Verify
- Start a session in your webchat widget and steer the conversation into the topic you wired the handoff to.
- Confirm a new chat appears in the CXone agent inbox for the queue or skill you configured.
- Reply from CXone and confirm the message is delivered back to the user inside the same widget.
- End the session from CXone and confirm the widget shows the conversation as closed.
Related pages
NICE CXone (Voice)
Voice routing into CXone over SIP.
Chat handoff overview
All chat handoff integrations and the shared payload shape.
Managed Topic actions
Wire a function into a Knowledge topic.

