---
title: "Create Note"
method: POST
path: "/sales/opportunities/{opportunity_id}/notes"
tags: ["Sales::Opportunities::Note"]
---

# Create Note

`POST /sales/opportunities/{opportunity_id}/notes`

Create Note

## Path parameters

- `opportunity_id` integer, required

## Request body

- object
  - `sales_opportunities_note` SalesOpportunitiesNoteParameters — Notes
    - `content` string, required — Content
    - `created_by_id` integer — The ID of the Team-Membership that created the note. When creating notes via the API, this defaults to the ClickFunnels API default User's Membership ID. You can retrieve a list of available Memberships and their id via the Team resource's memberships property.

## Response `201`

Created

- SalesOpportunitiesNoteAttributes — Notes
  - `id` integer — Note ID
  - `public_id` string, nullable — Note public ID
  - `opportunity_id` integer — Opportunity
  - `content` string — Content
  - `created_by_id` integer, nullable — The ID of the Team-`Membership` that created the note. For notes created via the API, this defaults to the ClickFunnels API default User.
  - `created_at` string, date-time, nullable — Note creation date
  - `updated_at` string, date-time, nullable — Note last updated date

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
