---
title: "Webhook Shipping Task Executor Org Note Added"
method: POST
path: "shipping.task.executor_org_note_added"
---

# Webhook Shipping Task Executor Org Note Added

`POST shipping.task.executor_org_note_added` (webhook)

Sent when an executor organization note is added to a task.

## Payload

- ShippingTaskExecutorOrgNoteAddedWebhookPayload
  - `event_type` 'shipping.task.executor_org_note_added'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order containing the task
  - `task_group_id` string, required — The task group containing the task
  - `task_id` string, required — The task the note was added to
  - `note` TaskExecutorOrgNote1, required
    - `note` 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)
