npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-imessage

v0.3.5

Published

n8n community node for Photon iMessage — send, receive, and automate iMessage conversations via the Photon server

Readme

n8n-nodes-imessage

npm version License: MIT

This is an n8n community node for Photon iMessage. It lets you send, receive, search, and automate iMessage conversations directly from your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Prerequisites

Photon hosts the iMessage server for you — no self-hosting required.

  1. Visit photon.codes to create an account
  2. Get your Server URL and API Key from the Photon dashboard

Installation

Follow the n8n community nodes installation guide to install n8n-nodes-imessage in your n8n instance.

npm install n8n-nodes-imessage

Credentials

  1. In n8n, go to Credentials and create a new Photon iMessage API credential
  2. Enter your Server URL — from your Photon dashboard (no trailing slash)
  3. Enter your API Key — from your Photon dashboard, sent as an X-API-Key header on every request
  4. Click Test to verify the connection

Nodes

Photon iMessage (Action Node)

Perform operations on your iMessage account.

Message

| Operation | Description | |-----------|-------------| | Send Message | Send a text message to a chat. Supports reply-to, message effects (confetti, fireworks, etc.), and subject lines. | | Send Attachment | Send a file from the server Mac to a chat. Supports voice messages. | | Unsend Message | Retract a sent message. | | Edit Message | Edit the text of a sent message. | | React to Message | Send a tapback reaction (love, like, dislike, laugh, emphasize, question). | | Download Attachment | Download a received file or media attachment. | | Search Messages | Search messages by text content across all chats or a specific chat. | | Get Messages | Retrieve messages from a chat with date range and sort options. |

Chat

| Operation | Description | |-----------|-------------| | List Chats | List all conversations with optional last message preview. | | Create Chat | Start a new conversation with one or more participants. | | Mark Chat Read | Mark all messages in a chat as read. | | Start Typing | Show the typing indicator in a chat. | | Stop Typing | Hide the typing indicator in a chat. |

Contact

| Operation | Description | |-----------|-------------| | Share Contact Card | Share your Name and Photo contact card in a chat. |

Poll

| Operation | Description | |-----------|-------------| | Create Poll | Create an interactive poll in a chat. | | Vote | Vote on a poll option. | | Unvote | Remove your vote from a poll option. | | Add Option | Add a new option to an existing poll. |

Scheduled Message

| Operation | Description | |-----------|-------------| | Create Scheduled Message | Schedule a message to send later. Supports one-time and recurring schedules (hourly, daily, weekly, monthly, yearly). | | List Scheduled Messages | View all pending scheduled messages. | | Delete Scheduled Message | Remove a scheduled message. |

Handle

| Operation | Description | |-----------|-------------| | Check iMessage Availability | Check if a phone number or email address supports iMessage. |

Photon iMessage Trigger (Polling Trigger)

Triggers your workflow when new iMessages are received.

| Parameter | Description | |-----------|-------------| | Chat GUID | Only trigger for messages in a specific chat (leave blank for all). | | Include Sent Messages | Also trigger for messages you sent (default: off). | | Max Messages Per Poll | Maximum number of messages to fetch per poll interval (default: 100). |

The trigger polls for new messages and tracks the last message timestamp to avoid duplicates.

Chat GUID Format

The Chat GUID identifies a conversation:

  • iMessage DM: iMessage;-;+1234567890 or iMessage;-;[email protected]
  • SMS DM: SMS;-;+1234567890
  • Group chat: iMessage;+;chat123456789

Resources

License

MIT