Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Components installed with ServiceNow Voice for CSM

Several contact flows and operation handlers are installed with Cloud Call Center for CSM application (sn_cti_csm_cnt).

Contact flows installed

Contact flowDescription
ServiceNow CSM Inbound Demo FlowContains the call tree for inbound calls. When a caller contacts the call center, using the voice or dual-tone multi frequency (DTMF) inputs from caller, the contact flow is invoked in the Amazon Connect instance based on the caller context. This contact flow contains nodes that act as integration points between Amazon services and the ServiceNow instance. Based on the nodes defined in the contact flow, the corresponding operation handlers are triggered in the ServiceNow instance. The caller then gets the response that is defined in the operation handler.
ServiceNow CSM Outbound Demo FlowContains the call tree for outbound calls. It specifies the whisper message that a caller hears before getting connecting to an agent.
ServiceNow CSM Transfer to Agent FlowThe call is relocated to another persona using call transfer functionality. A new PhoneLog is created with each transfer. The PhoneLog also includes any attachments associated with the interaction. Call transfers can be done with either incoming and outgoing calls.
ServiceNow CSM Transfer to Queue FlowThe inbound call is relocated to a queue using call transfer functionality. A new PhoneLog is created with each transfer. The PhoneLog also includes any attachments associated with the interaction. Call transfers can be done with either incoming and outgoing calls.

Operation handlers installed

Operation handlerDescription
$csm.connect.s3.eventReceives and processes events from S3 buckets where connect audio, transcript and analysis data is created and stored and tries to associate with interaction and openframe call log records. This is CSM operation handler for the new data model with conversation as metadata
$csm.connect.kinesis.eventHandler to process CTR events from Kinesis stream for CSM integration with VA Conversations
speakToCSMAgentEnables customer contacts and consumers to speak with a live agent.
createCSMCaseEnables customer contacts and consumers to create a customer service case.
manageCSMCaseEnables customer contacts and consumers to update an existing case.
csmAnnouncementsMakes announcements for a caller.
createCSMInteractionCreates an interaction record in the ServiceNow instance for the incoming calls.
updateCSMInteractionUpdates an existing interaction record in the ServiceNow instance for the incoming calls.
fetchCSMInteractionFetches interaction and processes sn_cti_csm_cnt.enable_ims_update sys property for creating conversation.

Parent Topic:ServiceNow Voice reference