# 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://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/BdIlN2FOMIZk9Ff8s4lh/baig-process-1.png)

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

| Field           | Description                                                                          | Value                              |
| --------------- | ------------------------------------------------------------------------------------ | ---------------------------------- |
| Name            | The name of the ServiceNow process being integrated.                                 | \<SN Process Name> (e.g. Incident) |
| API Name\*      | The unique name of this process for use with the API.                                | \<your\_unique\_api>               |
| Target table    | The primary target or process table that this integration uses.                      | 'Incident' \[incident]             |
| Reference field | The field on the target table that is used as the reference for the external system. | 'Number'                           |
| Description     | Describe what this Process is for.                                                   | \<Your description>                |

{% 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://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/wAePewvqqFmBtdR9ckIX/baig-process-2.png)

Click **Create**.

*You will be redirected to your Process Dashboard:*

![](https://content.gitbook.com/content/Dk6VgKBXe6rYT8F9wuaY/blobs/4YbTlmqb2dUKYUolP9sE/baig-process-3.png)

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.
