Provider configuration in Voice
Summarize
Summary of Provider Configuration in Voice
The provider configuration in ServiceNow Voice enables the integration of third-party phone systems for managing inbound and outbound calls. It specifies settings and message transformers essential for processing requests from these systems using the CTI API.
Show less
Key Features
- Provider Configurations: Access available configurations by navigating to ServiceNow Voice - Core > Provider Configurations.
- CTI Operation Endpoint: Handles requests from third-party phone systems, enabling effective communication with ServiceNow.
- Provider Components: Each configuration includes provider components that map to message transformers, viewable under ServiceNow Voice - Core > Provider Components.
- Message Transformers: Define how requests and responses are transformed between the third-party system and ServiceNow. Navigate to ServiceNow Voice - Core > Provider Message Transformers to view available transformers.
Key Outcomes
With the proper provider configuration, ServiceNow customers can expect seamless interaction between their ServiceNow instance and third-party phone systems, ensuring efficient handling of customer requests and responses. This integration is crucial for optimizing communication processes within their organizations.
For integrations with Amazon Connect, the default handler component is available, requiring installation of the ServiceNow Voice with Amazon Connect application from the ServiceNow® Store. This integration facilitates call handling through Amazon services effectively.
For both inbound and outbound calls, a provider configuration contains settings about the involved components and message transformers for a specific third-party phone system provider. Any request from that phone system provider is handled within ServiceNow based on these settings.
To view the available provider configurations, navigate to .
- Transform the request from the third-party phone system before passing the request to an operation handler.
- Transform the response from the operation handler before passing it on to the third-party phone system.
Provider component
For each component or node available in the third-party phone system, a provider configuration contains a provider component. It contains a mapping between the component and a message transformer.
To view the available provider components, navigate to .
Message transformer
- The Input Transformer field has a script that defines how a request from a third-party phone system should be transformed within the ServiceNow instance before passing the request to an operation handler.
- The Output Transformer field has a script that defines how the response from the operation handler should be transformed before passing it on to the third-party phone system.
To view the available message transformers, navigate to .
Provider configuration for the integration of Voice with Amazon Connect
| Node | Provider component | Message transformer |
|---|---|---|
| Get Customer Input | sn_aws_connect_lex_intent_processor_component | AWS - Lex - Intent - Message Transformer (SN Proxy) |
| Invoke AWS Lambda Function | sn_aws_connect_lambda_proxy_component | AWS - Connect - Lambda - Message Transformer |
- Transform the request from Amazon Connect before passing the request to an operation handler.
- Transform the response from the operation handler before passing it on to Amazon Connect.