---
title: "Create Note"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/apple/createnote
markdown: https://docs.nodetool.ai/nodes/lib/apple/createnote.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/createnote.md
---

# Create Note

**Type:** `lib.apple.CreateNote`

**Namespace:** `lib.apple`

## Description

Create a new note in macOS Notes via AppleScript.
    notes, macos, applescript

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| title | `str` | Title of the note | `` |
| body | `str` | Body content (plain text or HTML) | `` |
| folder | `str` | Folder to save the note in | `Notes` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.apple](./) namespace.
