flowlu

n8n community node for Flowlu

Package Information

Downloads: 36 weekly / 128 monthly
Latest Version: 0.1.1
Author: flowluhq

Documentation

n8n-nodes-flowlu

This is an n8n community node for Flowlu — project management
and CRM built to work together. Flowlu helps teams running client work connect deals,
delivery, and client details from first call to final invoice.

n8n is a fair-code licensed workflow automation platform.

Features

This node covers almost the entire Flowlu API. Every resource listed below supports Create, Delete, Get, List, and Update operations.

Supported Resources

  • CRM: Account, Opportunity, Opportunity Item, Opportunity Account Link, Opportunity Follower, Pipeline, Opportunity Stage, Opportunity Source, Loss Reason, Account Type, Industry, Honorific Title, CRM Email, CRM Phone, CRM Relation.
  • Tasks: Task, Task List, Task Workflow, Task Stage, Task Collaborator, Task Follower.
  • Projects: Project, Project Stage, Project Type, Project Observer, Stage Checklist, Portfolio.
  • Agile: Agile Issue, Sprint, Epic, Agile Project.
  • Other: Calendar, Custom Field, User.
  • Make an API Call: Easily execute any standard REST HTTP request to Flowlu endpoints not explicitly covered by the structured operations.
  • Flowlu Trigger: Trigger your n8n workflows instantly via webhooks when Flowlu events occur (e.g., Account Created, Task Updated, Deal Won).

How to install

Note: Only users with an Owner or Admin role can install community nodes on a self-hosted n8n instance.

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Select Browse — n8n opens an npm search page. Search for n8n-nodes-flowlu, find the package and note the name.
  4. Back in n8n, enter n8n-nodes-flowlu in the Enter npm package name field.
    • To install a specific version, append it like this: n8n-nodes-flowlu@0.1.0
  5. Check I understand the risks of installing unverified code from a public source.
  6. Select Install. n8n installs the node and returns to the Community Nodes list.

For more details, refer to the official n8n community nodes installation guide.

Credentials

To authenticate with the Flowlu API, you need your Flowlu Subdomain and an API Key.

Finding your Subdomain:
Look at your Flowlu URL. If it is https://mycompany.flowlu.com, your subdomain is mycompany (without .flowlu.com).

Creating an API Key:

  1. Log in to your Flowlu account.
  2. Click your profile picture in the top-right corner.
  3. Select Portal Settings.
  4. Go to For Developers > API.
  5. Click Add to create a new API key.
  6. Give the key a name and assign the necessary module permissions (CRM, Tasks, Projects, etc.).
  7. Copy the generated API Key.

In n8n:

  1. Open the Flowlu node and click Create new credential.
  2. Paste your Subdomain and API Key.
  3. Click Save.

Usage Instructions

Webhooks (Trigger Node)

  1. Add the Flowlu Trigger node to your workflow.
  2. Select the specific events you want to listen for (e.g., Task Created, Opportunity Updated).
  3. Copy the Webhook URL (Test or Production) provided by n8n.
  4. In Flowlu, go to Portal Settings > Main Settings > Webhooks.
  5. Create a new Webhook, paste the n8n URL, and select the corresponding event conditions.

Examples

Automated task creation when a deal is closed won

  1. Trigger: Flowlu Trigger (Event: crm.lead.update)
  2. IF Node: Check if the stage changed to the "Won" stage ID.
  3. Action: Flowlu Node (Resource: Task, Operation: Create) to generate a fulfillment task.

Sync new Flowlu CRM accounts to an external marketing platform

  1. Trigger: Flowlu Trigger (Event: crm.account.create)
  2. Action: Mailchimp / Hubspot / other marketing node to create the contact.

Compatibility

Developed and tested on n8n version 2.x (latest: 2.10.2). Requires Node.js 22+.

License

MIT

Discussion