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

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Data integration with Edge Encryption

# Data integration with Edge Encryption {#ariaid-title1}

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

To integrate third-party data with an instance using Edge Encryption, you must route the data through
the Edge Encryption proxy server using supported
integrations. Supported integrations use base system encryption rules that map data in each
payload to fields in a table.

## Upload data to fields marked for encryption {#data-integration__section_lsk_yfv_x1b}

Edge Encryption does not support importing
data from or exporting data to Excel, CSV, XML, or other file types to or from fields with
encryption configurations defined.  

ODBC driver

:   Encrypt requests and query data through the Edge Encryption proxy server using the
    ODBC driver.

    Learn more: [Edge Encryption ODBC driver integration](https://servicenow-prod.fluidtopics.net/4Jc8YAVTxhnwCM1UtXyDMA#c_IntegrateODBCWithEdge "Configure your ODBC driver to query data encrypted by Edge Encryption. The Edge Encryption proxy server encrypts ODBC driver requests to the ServiceNow instance when Edge Encryption is integrated with the ODBC driver.")

MID Server

:   You can configure the MID Server to route data through an Edge Encryption proxy server. However,
    some restrictions apply.

    Learn more: [Edge Encryption MID Server integration](https://servicenow-prod.fluidtopics.net/E2tW5ExscUw8IzHo6cKnVw#edge-mid-pass-through "Configure the MID Server to route data through an Edge Encryption proxy server.")

REST/SOAP web services

:   Use REST/SOAP web services to update or retrieve record data through the Edge Encryption proxy server.

    Learn more: [Web services](https://www.servicenow.com/docs/access?context=r_AvailableWebServices&version=australia&pubname=australia-api-reference&ft:locale=en-US)

JSONv2 web service

:   Use JSONv2 web service APIs to update or retrieve record data through the Edge Encryption proxy server. Base
    system encryption rules support data retrieval and data modification APIs.

    * To insert a single record using the data modification API, use the insert() or insertMutiple() methods.
    * To insert multiple records using the data modification API, use the insertMultiple() method.
    {#data-integration__ul_lgz_lnl_bbb}

    Learn more: [JSONv2 Web Service](https://www.servicenow.com/docs/access?context=c_JSONv2WebService&version=australia&pubname=australia-api-reference&ft:locale=en-US)

To encrypt data from custom third-party integrations not listed above, create custom
encryption rules. See [Define a custom encryption rule](https://servicenow-prod.fluidtopics.net/tF9Ytw0xaRGa1nmcrKqXKQ "It may be necessary to identify and encrypt sensitive information in HTTP requests on the way to your instance. You can write encryption rules to identify, interpret, and encrypt data in such requests, mapping fields in the request to table-field names on your instance.").

## Upload attachments to records marked for encryption {#data-integration__section_zck_sgz_y1b}

Attachments can be uploaded to tables with attachment encryption configured using REST and
SOAP web services.
* **[Edge Encryption ODBC driver integration](https://servicenow-prod.fluidtopics.net/4Jc8YAVTxhnwCM1UtXyDMA#c_IntegrateODBCWithEdge)**   
  Configure your ODBC driver to query data encrypted by Edge Encryption. The Edge Encryption proxy server encrypts ODBC driver requests to the ServiceNow instance when Edge Encryption is integrated with the ODBC driver.
* **[Edge Encryption MID Server integration](https://servicenow-prod.fluidtopics.net/E2tW5ExscUw8IzHo6cKnVw#edge-mid-pass-through)**   
  Configure the MID Server to route data through an Edge Encryption proxy server.

