---
title: "Add message"
method: POST
path: "/shipping/task_groups/add_message/v1/{task_group_id}"
tags: ["/shipping/task_groups"]
---

# Add message

`POST /shipping/task_groups/add_message/v1/{task_group_id}`

Adds a message to a task group's message log. | authz_personas=[driver_for_executor, executor_org_operators, coordinator_org_operators, shipper_org_operators] | (AddMessageReq) -> (bool)

## Path parameters

- `task_group_id` string, required

## Request body

- AddMessageReq
  - `message` string, required — Message content to add

## Response `200`

Successful Response

- boolean

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