---
title: "PUT /domains/{domainId}/case-event-configuration"
method: PUT
path: "/domains/{domainId}/case-event-configuration"
---

# PUT /domains/{domainId}/case-event-configuration

`PUT /domains/{domainId}/case-event-configuration`

Adds case event publishing configuration. For a complete list of fields you can add to the event message, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html">Create case fields</a> in the <i>Amazon Connect Administrator Guide</i>

## Path parameters

- `domainId` string, required

## Request body

- object
  - `eventBridge` object, required — Configuration to enable EventBridge case event delivery and determine what data is delivered.
    - `enabled` boolean — Indicates whether the to broadcast case event data to the customer.
    - `includedData` object — Details of what case and related item data is published through the case event stream.
      - `caseData` object — Details of what case data is published through the case event stream.
        - `fields` FieldIdentifier[], required — List of field identifiers.
          - `id` string, required — Unique identifier of a field.
      - `relatedItemData` object — Details of what related item data is published through the case event stream.
        - `includeContent` boolean, required — Details of what related item data is published through the case event stream.

## Response `200`

Success

- PutCaseEventConfigurationResponse

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException
- `485` — ConflictException

---

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