---
title: "Add note to a group"
method: POST
path: "/groups/{groupToken}/notes"
tags: ["Groups"]
---

# Add note to a group

`POST /groups/{groupToken}/notes`

<Callout type="warning" title="Deprecated Warning">
  This endpoint is deprecated in favor of using Entity Groups in Journeys.
</Callout>

## Request body

- object
  - `note_author_agent_email` string
  - `note` string

## Response `200`

Group Notes

- object
  - `document_token` string
  - `note` string
  - `note_author_agent_email` string
  - `created_at` number
  - `updated_at` number

---

[API](https://skmtc.dev/alloy/apis/alloy-api.md) · [All operations](https://skmtc.dev/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
