---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Uni-directional incident ticketing integrations

# Uni-directional incident ticketing integrations {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Consider the requirements for an external, third-party system to create tickets. Define
the data that must be sent to create a ticket, and what validation is required.
In this way, a standard web service interface can be created and published. This integration
responds with a ticket number on success, or with a structured error message for validation
failures and processing issues. An advantage of this implementation is that you can publish once
and reuse for multiple applications, provided the additional integrations follow the integration
specifications. A good practice is to create a dedicated account for each interface. Accounts
provide accountability and report user statistics, and use a simple connectivity Point of
Contact (POC).

## Integration plan contents

* Firewall requirements
* Protocols to be used
* Required middleware (for example, MS Biztalk)
* Error messages
* Validation rules
{#c_UniDirIncidentTicketIntegrations__ul_i4r_sxj_sq}

## Example using basic authentication

This implementation responds to the third-party system with the ticket ID. The Import Set tables function as a staging area for your data.

## Example using import sets

An implementation variation for the inbound path would be to use the Import Set Tables as interface tables. In this example, the Incident_Interface Table stores a history of data as it was received and before the data was
transformed. The destination Incident Table could store a history of how the incident has changed over time and who changed it. The transform scripts would process the import set and the business rules would run on the target
table.

