v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14171791756.1 KB

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

put/instance/{InstanceId}/integration-associations

Path parameters

InstanceIdstring required

The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.

Request body

IntegrationType'EVENT' | 'VOICE_ID' | 'PINPOINT_APP' | 'WISDOM_ASSISTANT' | 'WISDOM_KNOWLEDGE_BASE' | 'CASES_DOMAIN' required

The type of information to be ingested.

IntegrationArnstring 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>
SourceApplicationUrlstring

The URL for the external application. This field is only required for the EVENT integration type.

SourceApplicationNamestring

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.

Tagsobject

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Response

Success

IntegrationAssociationIdstring

The identifier for the integration association.

IntegrationAssociationArnstring

The Amazon Resource Name (ARN) for the association.