---
title: "Webhook Operations Order Internal Messages S3 Object Added"
method: POST
path: "operations.order_internal_messages.file_added"
---

# Webhook Operations Order Internal Messages S3 Object Added

`POST operations.order_internal_messages.file_added` (webhook)

Sent when an S3 object is added to order internal messages.

## Payload

- OperationsOrderInternalMessagesS3ObjectAddedWebhookPayload
  - `event_type` 'operations.order_internal_messages.file_added'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_internal_messages_id` string, required — The order internal messages document the file was added to
  - `order_id` string, required — The order associated with the notes
  - `org_id` string, required — The org that owns these notes
  - `order_internal_message_s3_object_metadata_id` string, required — The S3 object metadata document that was added

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
