Back to Nodes

NATS

Last updated Aug 20, 2025

NATS Nodes for n8n

0 Weekly Downloads
10 Monthly Downloads

Included Nodes

NATS
NATS - JetStream
NATS - JetStream Trigger

Description

Banner image

NATS node

nodes to communicate with the message broker nats.

Features

Common:

  • Header support
  • Shared tcp connection in each workflow instance
  • Payload in text,json or binary format

NATS credentials:

  • Connect with different authenticators
  • Set most of nats.js connection options

NATS node:

  • Publish to a subject
  • Send request to a nats service and receive one or more responses

NATS Jetstream node:

  • Publish to a Nats JetStream

NATS Jetstream trigger:

  • Receive message from a NATS via consumer. Currently supports both durable consumers (pre-created) and ephemeral consumers.
    • Durable consumer: Provide the existing consumer name. This consumer is created and managed outside of n8n.
    • Ephemeral consumer: Enable “Auto-create Ephemeral Consumer” and optionally set a “Filter Subject”. The node will create a pull consumer on demand (and clean it up when stopped). The consumer name is only required for durable consumers.

License

MIT