---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Provider configuration in Voice

# Provider configuration in Voice {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

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 ServiceNow Voice - CoreProvider Configurations.  
Any request from a third-party phone system is passed into a ServiceNow instance through the CTI Operation endpoint of the CTI API. For information about this API, see [CTI API](https://www.servicenow.com/docs/access?context=cti-api&version=australia&pubname=australia-api-reference&ft:locale=en-US). Based on the provider and the component specified in the endpoint, the corresponding message transformers are invoked to perform the following:

* 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-configuration-ccc__ul_kv5_fd3_2nb}

## Provider component {#provider-configuration-ccc__section_km4_wyh_2nb}

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 ServiceNow Voice - CoreProvider Components.

## Message transformer {#provider-configuration-ccc__section_uxt_xyh_2nb}

A message transformer defines how a request and response can be transformed between a third-party phone system and the ServiceNow instance.

* 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.
{#provider-configuration-ccc__ul_f5d_2zh_2nb}

To view the available message transformers, navigate to ServiceNow Voice - CoreProvider Message Transformers.

## Provider configuration for the integration of Voice with Amazon Connect {#provider-configuration-ccc__section_fds_jzh_2nb}

For the ServiceNow Voice integration with the ServiceNow Voice with Amazon Connect application, the AWS Connect Default Handler provider component is available by default.  
Hinweis:  
The ServiceNow Voice with Amazon Connect integration with ServiceNow application \[sn_cti_amzn_cct\] must be installed from the ServiceNow® Store. For information on installing this application, see [Install ServiceNow Voice applications](https://servicenow-prod.fluidtopics.net/b9o61tpFvQ60YyCgeEs4~w "You can install the ServiceNow Voice applications if you have the admin role. The application includes demo data and installs related ServiceNow Store applications and plugins if they are not already installed.").
For each node that can be used an integration point between Amazon services and the ServiceNow instance, the following provider components and the corresponding message transformers are available.  
{#provider-configuration-ccc__table_gmj_5zh_2nb__entry__3}

| 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 |
[Tabelle : 1. Provider components and message transformers]

{#provider-configuration-ccc__table_gmj_5zh_2nb}  
When a customer dials using a phone number, a call is placed through the Amazon Connect 's phone system. Using one of its components, Amazon Connect provides the request to the ServiceNow instance through the CTI Operation endpoint of the CTI API. For information about this API, see [CTI API](https://www.servicenow.com/docs/access?context=cti-api&version=australia&pubname=australia-api-reference&ft:locale=en-US). Based on the provider and the component specified here, the corresponding message transformers are invoked to perform the following:

* 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.
{#provider-configuration-ccc__ul_qmg_mc3_2nb}

