---
title: "Add a Note to a Review Group."
method: POST
path: "/groups/{group_token}/reviews/{review_token}/notes"
tags: ["Reviews"]
deprecated: true
---

# Add a Note to a Review Group.

`POST /groups/{group_token}/reviews/{review_token}/notes`

> **Deprecated.**

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

## Path parameters

- `group_token` string, required
- `review_token` string, required

## Request body

- object
  - `note` string, required — Content to include in the body of the note.
  - `note_author_agent_email` string, required — Valid email of agent with Alloy account access, associated with creation of the note.

## Response `200`

Review Group Note Response.

- object
  - `review_token` string — Unique ID for the Review.
  - `note` string — Content to include in the body of the note.
  - `note_author_agent_email` string — Valid email of agent with Alloy account access, associated with creation of the note.
  - `created_at` number — Unix timestamp when the note was created.
  - `updated_at` number — Unix timestamp when the note was last updated.

---

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