@avantguardllc/n8n-nodes-maileroo
v0.1.0
Published
n8n node for Maileroo
Downloads
59
Maintainers
Readme
Maileroo n8n Node
Send transactional emails via the Maileroo Email API. Supports basic, templated, and bulk sending.
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-mailerooAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Base URL | https://smtp.maileroo.com/api/v2 (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://smtp.maileroo.com/api/v2
Emails
| | Endpoint | Description |
|---|----------|-------------|
| 🟢 POST | /emails | Send a basic email |
| 🟢 POST | /emails/template | Send a templated email |
| 🟢 POST | /emails/bulk | Send bulk emails (up to 500 messages per request) |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
