> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Site

Create a new site.

<Note>
  External Documentation

  To learn more, visit the [N-able N-Central documentation](https://developer.n-able.com/n-central/reference/createsite).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter               | Description                                                                   |
  | ----------------------- | ----------------------------------------------------------------------------- |
  | Contact Email           | The email of the organization unit's contact.                                 |
  | Contact First Name      | The first name of the organization unit's contact.                            |
  | Contact Last Name       | The last name of the organization unit's contact.                             |
  | Contact Phone           | The phone number of the organization unit's contact.                          |
  | Contact Phone Extension | The phone extension of the organization unit's contact.                       |
  | Contact Title           | The title of the organization unit's contact.                                 |
  | Customer ID             | The ID of the customer. Can be obtained by using the `List Customers` action. |
  | External ID             | The external ID of the organization unit.                                     |
  | License Type            | The license type of the organization unit.                                    |
  | Site Name               | The name of the site.                                                         |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                                                                                                                                                                                                       |
  | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | City               | The city where the organization unit is located.                                                                                                                                                                                                                  |
  | Contact Department | The department of the organization unit's contact.                                                                                                                                                                                                                |
  | Country            | The country where the organization unit is located.<br /><br />Must be two characters country code. For example, `CA` for Canada.<br /><br />For the full list of country codes, refer to [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). |
  | Postal Code        | The postal code of the organization unit's location.                                                                                                                                                                                                              |
  | State/Province     | The state or province where the organization unit is located.                                                                                                                                                                                                     |
  | Street Address 1   | The first line of street organization unit's address.                                                                                                                                                                                                             |
  | Street Address 2   | The second line of street organization unit's address.                                                                                                                                                                                                            |
</div>

## Example Output

```json theme={"dark"}
{
	"siteId": 0
}
```

## Workflow Library Example

[Create Site with N Able N Central and Send Results Via Email](https://library.blinkops.com/workflows/create-site-with-n-able-n-central-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-site-with-n-able-n-central-and-send-results-via-email/canvas" />
</div>
