---
title: "PUT /instance/{InstanceId}/integration-associations"
method: PUT
path: "/instance/{InstanceId}/integration-associations"
---

# PUT /instance/{InstanceId}/integration-associations

`PUT /instance/{InstanceId}/integration-associations`

Creates an Amazon Web Services resource association with an Amazon Connect instance.

## Path parameters

- `InstanceId` string, required

## Request body

- object
  - `IntegrationType` 'EVENT' | 'VOICE_ID' | 'PINPOINT_APP' | 'WISDOM_ASSISTANT' | 'WISDOM_KNOWLEDGE_BASE' | 'CASES_DOMAIN', required — The type of information to be ingested.
  - `IntegrationArn` string, required — <p>The Amazon Resource Name (ARN) of the integration.</p> <note> <p>When integrating with Amazon Pinpoint, the Amazon Connect and Amazon Pinpoint instances must be in the same account.</p> </note>
  - `SourceApplicationUrl` string — The URL for the external application. This field is only required for the EVENT integration type.
  - `SourceApplicationName` string — The name of the external application. This field is only required for the EVENT integration type.
  - `SourceType` 'SALESFORCE' | 'ZENDESK' — The type of the data source. This field is only required for the EVENT integration type.
  - `Tags` object — The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

## Response `200`

Success

- CreateIntegrationAssociationResponse
  - `IntegrationAssociationId` string — The identifier for the integration association.
  - `IntegrationAssociationArn` string — The Amazon Resource Name (ARN) for the association.

## Other responses

- `480` — DuplicateResourceException
- `481` — ResourceNotFoundException
- `482` — InternalServiceException
- `483` — InvalidRequestException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/connect.md) · [All operations](https://skmtc.net/aws/apis/connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connect/versions/fbcf0a4faed2/schema)
