---
title: "Create Journey Application Note"
method: POST
path: "/journeys/{journey_token}/applications/{journey_application_token}/notes"
tags: ["Journeys"]
---

# Create Journey Application Note

`POST /journeys/{journey_token}/applications/{journey_application_token}/notes`

Create a note associated with the specified Journey Application

## Path parameters

- `journey_token` string, required
- `journey_application_token` string, required

## Request body

- object
  - `note_author_agent_email` string, required — Email address of the agent creating the note
  - `note` string, required — The text content of the note being added to the journey application

## Response `201`

Success

- object
  - `note` string — The text content of the note being added to the Journey Application
  - `note_author_agent_email` string — Email address of the agent that created the note
  - `created_at` string — Timestamp of when the Journey Application was created
  - `updated_at` string — Timestamp of when the Journey Application was last updated

---

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