---
title: "Post Notification"
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/postnotification
markdown: https://docs.nodetool.ai/nodes/lib/apple/postnotification.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/postnotification.md
---

# Post Notification

**Type:** `lib.apple.PostNotification`

**Namespace:** `lib.apple`

## Description

Post a notification to macOS Notification Center via AppleScript.
    notification, alert, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| title | `str` | Notification title | `Nodetool` |
| subtitle | `str` | Notification subtitle | `` |
| message | `str` | Notification body | `` |
| sound_name | `str` | Optional sound name (e.g. 'Glass'); empty = silent | `` |

## Outputs

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

## Related Nodes

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