Package Information
Downloads: 3 weekly / 76 monthly
Latest Version: 0.1.0
Author: AvantGuard LLC
Documentation
Maileroo Contacts n8n Node
Manage contacts in Maileroo contact lists. Add, list, get, update, and delete contacts via the Maileroo Contacts API.
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-maileroocontacts
Authentication
This node authenticates using an API Key.
| Setting | Value |
|---|---|
| Type | API Key |
| Sent in | header |
| Header / Query name | X-API-Key |
| Base URL | https://manage.maileroo.app/v1 (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://manage.maileroo.app/v1
Contacts
| Endpoint | Description | |
|---|---|---|
🟡 PUT |
/contact/{list_id} |
Add a contact to a list |
🔵 GET |
/contacts/{list_id} |
List contacts in a list |
🔵 GET |
/contact/{list_id}/{email_address} |
Get a contact by email |
🟣 PATCH |
/contact/{list_id}/{email_address} |
Update a contact |
🔴 DELETE |
/contact/{list_id}/{email_address} |
Delete a contact |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+