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-seatalk

v1.1.1

Published

Custom n8n nodes for SeaTalk Open Platform

Readme

n8n-nodes-seatalk

This is an n8n community node that lets you interact with the SeaTalk Open Platform. It allows you to send text messages, rich interactive cards, and trigger workflows based on incoming SeaTalk events and button clicks.

Features

  • Send Text & Interactive Cards: Send formatted rich text, @mentions, and interactive cards with buttons.
  • Thread Routing: Reply directly to existing conversations.
  • SeaTalk Trigger: Listen for real-time webhooks directly from SeaTalk with built-in handshake verification.

Prerequisites

To use this node, you need a SeaTalk Open Platform account and an active application.

  1. Go to the SeaTalk Developer Center.
  2. Create a new Application (or select an existing one).
  3. Navigate to App Settings > App Credentials.
  4. Copy your App ID and App Secret. You will need these for the n8n credentials setup.
  5. Ensure your app has the correct Bot & Messaging permissions enabled.

Webhook Setup (For the Trigger Node)

SeaTalk requires you to manually register your webhook URL in their developer console. n8n cannot do this automatically.

  1. In n8n, add the SeaTalk Trigger node to your canvas.
  2. Open the node and copy the Test Webhook URL (or Production Webhook URL).
  3. Go back to your SeaTalk Developer Console.
  4. Navigate to Event Subscriptions.
  5. Paste your n8n Webhook URL into the Callback URL field and save. (Note: Your n8n instance must be accessible from the public internet for SeaTalk to reach it).

Example Usage

Send a standard message

  1. Add the SeaTalk node to your canvas.
  2. Select Message as the Resource and Send Text Message as the Operation.
  3. Choose Group Chat or Direct Message.
  4. Enter the recipient ID (Group ID or Employee Code) and your message text.
  5. Execute the node.

Create an Interactive Card Workflow

  1. Use the SeaTalk Trigger node to listen for incoming messages.
  2. Connect it to a SeaTalk node configured to Send Interactive Card.
  3. Add Vertical Buttons or Horizontal Button Groups to the card.
  4. When a user clicks a button, the SeaTalk Trigger node will fire again with an interactive_message_click event containing the button's value.

License

MIT

Installation

In your n8n instance, go to Settings > Community Nodes, click Install a community node, and enter n8n-nodes-seatalk.