n8n-nodes-simplelogin
v0.1.2
Published
An n8n community node for SimpleLogin (aliases, mailboxes, account, and settings).
Readme
n8n-nodes-simplelogin
This is an n8n community node for SimpleLogin.
n8n is a workflow automation platform. This package adds a SimpleLogin node to manage aliases, mailboxes, account info, and settings through the SimpleLogin API.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide from the n8n docs.
Operations
Supported resources and operations:
- Alias:
list,get,createCustom,createRandom,update,delete,toggle - Mailbox:
list,create,update,delete - Account:
getUserInfo,updateUserInfo,getStats,createApiKey - Setting:
get,update
Credentials
Create credentials of type SimpleLogin API.
API Key: sent asAuthenticationheader.Base URL: defaults tohttps://app.simplelogin.ioand can be changed for self-hosted instances.
Credential test request: GET /api/user_info.
Compatibility
- Works with n8n 1.x.
- Requires Node.js
>=20.15for development/build.
Usage
- Select a resource and operation in the
SimpleLoginnode. - For alias listing, use
Return AllorLimit. - Use
Mailbox Names or IDsdynamic fields to select mailboxes from your account.
Support / Contact
- 💬 Open an issue on GitHub
- 💬 Discord : @pepito9159
- 📧 Mail: [email protected]
- 🧑💻 Author: Quales
