---
title: "Create a new Integration based on the referenced ExternalSystem."
method: POST
path: "/api/integrations/externalsystem/{externalSystemId}"
tags: ["Integrations"]
---

# Create a new Integration based on the referenced ExternalSystem.

`POST /api/integrations/externalsystem/{externalSystemId}`

## Path parameters

- `externalSystemId` integer, required

## Response `200`

OK

- IntectIntegration
  - `Id` integer
  - `CompanyId` integer
  - `ExternalSystemId` integer
  - `Name` string
  - `Created` string, date-time
  - `StatusCode` integer
  - `IsSalaryTypeMappingActive` boolean
  - `IntegrationOperations` IntectIntegrationOperation[]
    - `Id` integer
    - `IntegrationId` integer
    - `IsActive` boolean
    - `LastRun` string, date-time, nullable
    - `StatusCode` integer
    - `OperationId` integer
    - `TranslationKey` string
    - `TranslationParametersList` string
    - `LastSuccessfulRun` string, date-time, nullable
    - `Integration` IntectIntegration — recursive
    - `TranslatedStatusMessage` string
  - `IntegrationConfigurations` IntectIntegrationConfiguration[]
    - `Id` integer
    - `IntegrationId` integer
    - `Key` string
    - `Value` string
    - `Integration` IntectIntegration — recursive
  - `IntegrationCredentials` IntectIntegrationCredential[]
    - `Id` integer
    - `IntegrationId` integer
    - `Key` string
    - `Value` string
    - `Integration` IntectIntegration — recursive
    - `ExternalSystemCredential` IntectExternalSystemCredential
      - `IsPrivate` boolean
      - `BackendKey` string
      - `StaticDataId` integer
      - `Key` string
      - `Id` integer
      - `Name` string
      - `Description` string
      - `SortKey` string
    - `IsPrivate` boolean

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
