---
title: "Webhook Operations Order Internal Messages Message"
method: POST
path: "operations.order_internal_messages.message"
---

# Webhook Operations Order Internal Messages Message

`POST operations.order_internal_messages.message` (webhook)

Sent when a message is added to order internal messages.

## Payload

- OperationsOrderInternalMessageWebhookPayload
  - `event_type` 'operations.order_internal_messages.message'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_internal_messages_id` string, required — The order internal messages document the message was added to
  - `order_id` string, required — The order associated with the notes
  - `org_id` string, required — The org that owns these notes
  - `message` OrderInternalMessage1, required
    - `id` string
    - `message` string, required
    - `user_id` string, required — Must be a string starting with `user_`
    - `org_id` string, required — Must be a string starting with `org_`
    - `timestamp` string, date-time, required

## 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)
