n8n community node for Atriomail - Email System Management API for managing domains, mailboxes, forwarders, and catch-all configurations
npm install n8n-nodes-atriomail-emailThis 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
Follow the installation guide in the n8n community nodes documentation.
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
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
- Tested with n8n version 1.0.0 and above
- Requires Node.js 18.10 or higher
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
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 john@example.com)
5. Set a password for the mailbox
6. Optionally set display name and quota
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 sales@example.com)
5. Enter comma-separated email addresses to forward to
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
* n8n community nodes documentation
* Atriomail API Documentation