Back to Nodes

SimpleLogin

Last updated May 1, 2026

An n8n community node for SimpleLogin (aliases, mailboxes, account, and settings).

13 Weekly Downloads
77 Monthly Downloads

Included Nodes

SimpleLogin

Description

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 as Authentication header.
  • Base URL: defaults to https://app.simplelogin.io and can be changed for self-hosted instances.
  • Credential test request: GET /api/user_info.

    Compatibility

  • Works with n8n 1.x.
  • Requires Node.js >=20.15 for development/build.
  • Usage

  • Select a resource and operation in the SimpleLogin node.
  • For alias listing, use Return All or Limit.
  • Use Mailbox Names or IDs dynamic fields to select mailboxes from your account.
  • Support / Contact

  • 💬 Open an issue on GitHub
  • 💬 Discord : @pepito9159
  • 📧 Mail: contact-n8n@quales.me
  • 🧑‍💻 Author: Quales
  • Resources

  • n8n community nodes documentation