Description
n8n-nodes-morelogin
This is an n8n community node. It lets you use GitHub Issues in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Schedules
- MoreLogin Official Website
- MoreLogin API Documentation
- n8n Community Nodes Overview
- Anti-Detection Browser Automation Guide (n8n Blog)
– Search market template page
– Search personal template page
– Create a schedule task211
Credentials
To authenticate with the MoreLogin API, you need an API Key.
How to get your MoreLogin API Key
1. Open moreLogin client, login to your MoreLogin dashboard account. Download
2. Go to API .
3. Copy API ID and API Key.
5. Save the key securely — it will be used in n8n credentials.
> Security Note: Treat your API key like a password. Never expose it in public repositories.
Compatibility
Compatible with n8n@1.60.0 or later
Usage Examples
Example 1: Create a Once schedule
1. Use “Create profile” operation.
2. Set:
– CloudPhoneId: 1678331966138097
– ScheduleName: test
– TemplateId: 1678347487160296
– TemplateParameter: {"1":"reae"}
– Description: schedule task description
3. The node returns the new schedule ID
Resources
—
> Developers: Found a bug or want to contribute? Visit the GitHub repository (replace with your actual repo link).