---
title: "POST /domains/{DomainName}/integrations"
method: POST
path: "/domains/{DomainName}/integrations"
---

# POST /domains/{DomainName}/integrations

`POST /domains/{DomainName}/integrations`

Returns an integration for a domain.

## Path parameters

- `DomainName` string, required

## Request body

- object
  - `Uri` string, required — The URI of the S3 bucket or any other type of data source.

## Response `200`

Success

- GetIntegrationResponse
  - `DomainName` string, required — The unique name of the domain.
  - `Uri` string, required — The URI of the S3 bucket or any other type of data source.
  - `ObjectTypeName` string — The name of the profile object type.
  - `CreatedAt` string, date-time, required — The timestamp of when the domain was created.
  - `LastUpdatedAt` string, date-time, required — The timestamp of when the domain was most recently edited.
  - `Tags` object — The tags used to organize, track, or control access for this resource.
  - `ObjectTypeNames` object — A map in which each key is an event type from an external application such as Segment or Shopify, and each value is an <code>ObjectTypeName</code> (template) used to ingest the event. It supports the following event types: <code>SegmentIdentify</code>, <code>ShopifyCreateCustomers</code>, <code>ShopifyUpdateCustomers</code>, <code>ShopifyCreateDraftOrders</code>, <code>ShopifyUpdateDraftOrders</code>, <code>ShopifyCreateOrders</code>, and <code>ShopifyUpdatedOrders</code>.
  - `WorkflowId` string — Unique identifier for the workflow.
  - `IsUnstructured` boolean — Boolean that shows if the Flow that's associated with the Integration is created in Amazon Appflow, or with ObjectTypeName equals _unstructured via API/CLI in flowDefinition.

## Other responses

- `480` — BadRequestException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — InternalServerException

---

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