---
title: "Link Intercom"
method: POST
path: "/v6/integrations/intercom/connection"
tags: ["Integration Management"]
---

# Link Intercom

`POST /v6/integrations/intercom/connection`

Link a new (or update an existing) Intercom Connection

## Request body

- IntercomIntegrationParam
  - `userId` string, required — Intercom user identifier. Only needed to override the `userId` provided when [creating the company in the Tight API](/api-reference/company-management/create-a-company).

## Response `200`

Success

- SuccessResponseIntercomIntegrationParam
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` IntercomIntegrationParam
    - `userId` string, required — Intercom user identifier. Only needed to override the `userId` provided when [creating the company in the Tight API](/api-reference/company-management/create-a-company).

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/revisions/e9f0790a89af/schema)
