Skip to main content
The n8n-nodes-lindo package is a community node that lets you automate website and client management directly from your n8n workflows.

Installation

  1. Go to Settings → Community Nodes in your n8n instance
  2. Select Install
  3. Enter n8n-nodes-lindo
  4. Agree to the risks and click Install
Or install via npm:
npm install n8n-nodes-lindo

Credentials

You need a Lindo API key to use this node.
  1. Log in to your Lindo.ai workspace
  2. Go to SettingsAPI and copy your API key (starts with lindo_sk_)
  3. In n8n, create a new Lindo API credential and paste your key
FieldDescription
API KeyYour Lindo API key (lindo_sk_...)
Base URLhttps://api.lindo.ai (change only for staging environments)

Video: How to Connect & Authorize

Watch the full setup walkthrough — install the community node, create your API credential, and authorize the connection:

Nodes

Lindo Trigger

Starts a workflow when an event occurs in your Lindo workspace.
EventDescription
New Website CreatedFires when a new website is created
New Client CreatedFires when a new client is created
Website Workflow CompletedFires when a website creation workflow finishes
Page/Blog Workflow CompletedFires when a page or blog workflow finishes

Lindo (Action Node)

Performs actions in your Lindo workspace.
ResourceOperationDescription
WebsiteCreateCreate a new website with AI
WebsiteListList all websites in workspace
PageCreateCreate a new page with AI
PageListList pages for a website
BlogCreateCreate a blog post with AI
BlogListList blog posts for a website
ClientCreateCreate a new client
ClientListList all clients
ClientGenerate Magic LinkGenerate a login link for a client
CreditsAllocateAllocate credits to a client

Lindo Tool (AI Agent)

Use Lindo actions as tools inside n8n AI Agent nodes. This lets an AI agent autonomously create websites, pages, and manage clients.
ToolDescription
Create WebsiteAI agent can create websites
Create PageAI agent can add pages
Create BlogAI agent can write blog posts
List PagesAI agent can check existing pages
List BlogsAI agent can check existing blogs
Create ClientAI agent can onboard clients
Generate Magic LinkAI agent can create login links
Allocate CreditsAI agent can manage credits

Workflow Templates

Ready-to-use workflow templates for agencies and marketing teams:

Typeform → 3 Design Options + Client Portal

Typeform → 3 Design Options + Client PortalA prospect fills out your intake form. The AI generates three completely different website designs in minutes. The lead gets a branded email with all three options and a magic link to pick their favourite.

CRM Deal Won → Auto-Build Client Site

CRM Deal Won → Auto-Build Client SiteThe moment your sales rep marks a deal as won in HubSpot, the client’s website starts building itself. By the time the AE sends the welcome call invite, the site is live and the CRM already has the URL.

Calendly Booking → Pre-Built Demo Site

Calendly Booking → Pre-Built Demo SiteA prospect books a discovery call. Before the meeting starts, they receive an email with a fully built demo website tailored to their business. The AE walks in with a live example to show.

Weekly Blog Publisher from Content Calendar

Weekly Blog Publisher from Content CalendarYour content team adds topics to a Google Sheet. Every Monday morning, the AI writes and publishes each blog post, updates the sheet with live URLs, and posts a digest to Slack.

RSS Feed → Auto Blog Posts

RSS Feed → Auto Blog PostsSubscribe to an industry news feed and let the AI write commentary posts on your behalf. Every time a relevant article drops, your blog gets a fresh take within the hour.

Product Launch → Page + Blog + Email

Product Launch → Landing Page + Blog + EmailYou add a new product. Automatically, a dedicated landing page goes live, an announcement blog post gets published, and a launch email goes out — all coordinated, all on-brand.

Stripe Payment → Full Client Setup

Stripe Payment → Full Client SetupA customer completes checkout. Within minutes they have a client account, credits loaded, a starter website built by AI, and a welcome email with their portal login. Entire onboarding on autopilot.

White-Label Agency Onboarding

White-Label Agency OnboardingA new agency partner signs up. They instantly get a client account, 500 monthly credits, and three portfolio template websites tailored to their industry — ready to show their own clients on day one.

Stripe Invoice → Credit Top-Up

Stripe Invoice Paid → Credit Top-UpWhen a client pays their monthly invoice, their credit balance tops up automatically. They get a confirmation email with their new balance. No manual tracking, no support tickets.

Website Created → Slack + Airtable + CRM

Website Created → Slack + Airtable + CRMEvery time a website goes live, your Slack channel gets a notification, Airtable logs it for project tracking, and HubSpot updates the contact record. Everyone stays in sync.

Workflow Errored → PagerDuty/Slack Alert

If a website build fails at 3am, you’ll know before your client does. Critical failures page your on-call engineer; lower-severity issues get logged for the weekly review.

Weekly Client Report Email

Weekly Client Report EmailEvery Friday, each client receives a personalised performance email — their site visits, top pages, and a note from your agency. AI writes each report from real analytics data automatically.

Traffic Spike Alert

Traffic Spike AlertYour client’s site suddenly gets 5x normal traffic. You know within the hour — which pages are driving it, how much. Act fast: capitalise on the moment or block the bots.

Example: AI Agent Workflow

Build an autonomous agent that creates websites when triggered:
  1. Trigger — Calendly booking, form submission, or schedule
  2. AI Agent — n8n Agent node with OpenAI or Anthropic model
  3. Lindo Tools — Attach Create Website, Create Page, and Generate Magic Link as agent tools
  4. Output — Agent autonomously builds the site and sends results to Slack or email

Resources