# Process

The first thing to do when creating a new integration is to assign it to its Process. For instance, a new Incident integration would be created within an Incident Process. If you do not yet have a Process defined, then you will need to create a new Process

From the **Unifi Integration Designer Dashboard**, click on **New Process**.

![](https://605238050-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQBk35gIi557UHt7QlJ%2F-MdSFm2AihNbBJUn6Qrj%2F-MdSWjrjIuRf83Pje3Im%2FBAIG%20-%20Process%201.png?alt=media\&token=dedff230-e700-487b-a296-0109b2095fea)

On the 'New Process' modal, the fields to be configured are as follows:

<table><thead><tr><th width="194.33333333333331">Field</th><th width="321.71060011217054">Description</th><th>Value</th></tr></thead><tbody><tr><td>Name</td><td>The name of the ServiceNow process being integrated.</td><td>&#x3C;SN Process Name> (e.g. Incident)</td></tr><tr><td>API Name*</td><td>The unique name of this process for use with the API.</td><td>&#x3C;your_unique_api></td></tr><tr><td>Target table</td><td>The primary target or process table that this integration uses.</td><td>'Incident' [incident]</td></tr><tr><td>Reference field</td><td>The field on the target table that is used as the reference for the external system.</td><td>'Number'</td></tr><tr><td>Description</td><td>Describe what this Process is for.</td><td>&#x3C;Your description></td></tr></tbody></table>

{% hint style="info" %}
*\*API Name*

The API Name is how we identify which Process we are integrating with. The Scripted SOAP/REST Service will reference the API Name *(which is why it is important for this to be a unique reference)*.
{% endhint %}

*Your 'New Process' modal should look like this:*

![](https://605238050-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQBk35gIi557UHt7QlJ%2F-MdSFm2AihNbBJUn6Qrj%2F-MdSas5SrNdESIb554cG%2FBAIG%20-%20Process%202.png?alt=media\&token=771219a0-79de-4a29-ab6b-6f761323d920)

Click **Create**.

*You will be redirected to your Process Dashboard:*

![](https://605238050-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MQBk35gIi557UHt7QlJ%2F-MdSFm2AihNbBJUn6Qrj%2F-MdScNrgdEN33BU3fhge%2FBAIG%20-%20Process%203.png?alt=media\&token=ed6dc971-5c08-4ffa-80a9-15ef74eda6db)

Click either the '**+**' **tile** or '**New Integration**' in preparation to configure the Integration.

{% hint style="info" %}
When you create a Process, Unifi will automatically create the corresponding Web Service (REST methods) - so there is no need to manually create them.
{% endhint %}

Before we configure the Integration, let's view the **Web Service** which Unifi has automatically created.
