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

@atriomail-n8n/nodes

v0.2.0

Published

n8n community node for Atriomail - Email System Management API for managing domains, mailboxes, forwarders, and catch-all configurations

Readme

n8n-nodes-atriomail

This is an n8n community node for Atriomail - an Email System Management API for managing domains, mailboxes, forwarders, and catch-all configurations.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Domain

  • Create - Create a new email domain
  • Delete - Delete an existing domain
  • Get - Retrieve a specific domain by ID
  • Get Many - List all domains
  • Update - Update domain settings (active status, description)

Mailbox

  • Create - Create a new mailbox with email address and password
  • Delete - Delete an existing mailbox
  • Get - Retrieve a specific mailbox by ID
  • Get Many - List all mailboxes
  • Update - Update mailbox settings (name, password, quota, active status)

Forwarder

  • Create - Create a new email forwarder
  • Delete - Delete an existing forwarder
  • Get - Retrieve a specific forwarder by ID
  • Get Many - List all forwarders
  • Update - Update forwarder settings (forward-to addresses, active status)

Catch-All

  • Create - Create a new catch-all configuration for a domain
  • Delete - Delete an existing catch-all configuration
  • Get - Retrieve a specific catch-all by ID
  • Get Many - List all catch-all configurations
  • Update - Update catch-all settings (forward-to addresses, active status)

Credentials

To use this node, you need to configure the Atriomail API credentials:

  1. API URL: Your Atriomail instance URL (default: https://system.atriomail.com)
  2. API Token: Your API token generated from the Atriomail dashboard

Getting your API Token

  1. Log in to your Atriomail dashboard
  2. Navigate to your account settings
  3. Generate a new API token
  4. Copy the token and use it in the n8n credentials

Compatibility

  • Tested with n8n version 1.0.0 and above
  • Requires Node.js 18.10 or higher

Usage

Create a Domain

  1. Add the Atriomail node to your workflow
  2. Select Domain as the resource
  3. Select Create as the operation
  4. Enter the domain name (e.g., example.com)
  5. Optionally set the domain as active and add a description

Create a Mailbox

  1. Select Mailbox as the resource
  2. Select Create as the operation
  3. Choose the domain from the dropdown (domains are loaded dynamically)
  4. Enter the local part (e.g., john for [email protected])
  5. Set a password for the mailbox
  6. Optionally set display name and quota

Create a Forwarder

  1. Select Forwarder as the resource
  2. Select Create as the operation
  3. Choose the domain from the dropdown
  4. Enter the local part (e.g., sales for [email protected])
  5. Enter comma-separated email addresses to forward to

Create a Catch-All

  1. Select Catch-All as the resource
  2. Select Create as the operation
  3. Choose the domain from the dropdown
  4. Enter comma-separated email addresses to receive catch-all emails

Resources

License

MIT

More Information

Atriomail