Description
n8n-nodes-freelo
This is the official Freelo node for n8n. It lets you automate your project management workflows by connecting Freelo with hundreds of other apps and services.
Freelo is a project management and team collaboration platform for managing projects, tasks, time tracking, and team communication.
n8n is a fair-code licensed workflow automation platform.
Table of Contents
- Installation
- Credentials
- Operations
- Example Workflows
- Resources
Installation
n8n Marketplace (Recommended)
If available, install directly from the n8n marketplace:
1. Open your n8n instance
2. Go to the Nodes panel and search for Freelo
3. Click Install
Community Nodes
1. Go to Settings > Community Nodes
2. Select Install
3. Enter n8n-nodes-freelo in the npm Package Name field
4. Agree to the risks and click Install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-freelo
Then restart n8n.
Credentials
You need a Freelo API key to authenticate:
1. Log in to your Freelo dashboard
2. Click on your avatar in the top-right corner → Settings
3. Scroll to the bottom of the page to find the API key section
4. Copy your unique API key
In n8n, create a new Freelo API credential and paste your email and API key.
> The Freelo API uses HTTP Basic Auth with your email as the username and your API key as the password.
Operations
This node features 90+ operations covering the full Freelo API, including:
Project
To-Do List
Task
Comment
Label
User
Work Report
…and many more. See the full list of operations directly in the n8n node editor.
Example Workflows
Sync new Freelo tasks to Google Sheets
1. Freelo: Get All Tasks → fetch tasks from a project
2. Google Sheets: Append Row → log task name, assignee, and due date