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

# Send iMessage

**Type:** `lib.apple.SendMessage`

**Namespace:** `lib.apple`

## Description

Send an iMessage to a phone number or email via AppleScript.
    messages, imessage, send, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| recipient | `str` | Phone number or email of the recipient | `` |
| text | `str` | Message body | `` |

## Outputs

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

## Related Nodes

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