Description
n8n-nodes-lindo
This is an n8n community node for Lindo.ai, a website builder platform. It lets you automate website and client management directly from your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
1. Go to Settings > Community Nodes
2. Select Install
3. Enter n8n-nodes-lindo
4. Agree to the risks and click Install
Credentials
You need a Lindo.ai API key to use this node.
1. Log in to your Lindo.ai workspace
2. Go to Settings and find your API key (starts with lindosk)
3. In n8n, create a new Lindo API credential and paste your key
| Field | Description |
| ——– | ————————————————————– |
| API Key | Your Lindo API key (lindosk...) |
| Base URL | https://api.lindo.ai (change only for staging environments) |
Nodes
Lindo Trigger
Starts a workflow when an event occurs in your Lindo workspace.
| Event | Description |
| ——————– | —————————————- |
| New Website Created | Fires when a new website is created |
| New Client Created | Fires when a new client is created |
Lindo
Performs actions in your Lindo workspace.
| Resource | Operation | Description |
| ——– | ——— | —————————————- |
| Website | Create | Create a new website in the workspace |
| Client | Create | Create a new client in the workspace |
#### Create Website fields
| Field | Required | Description |
| ——————– | ——– | ———————————- |
| Business Name | Yes | Name of the business or website |
| Business Description | No | Short description of the business |
| Language | No | Language code (default: en) |
#### Create Client fields
| Field | Required | Description |
| ————- | ——– | —————————————- |
| Email | Yes | Email address of the new client |
| Full Name | No | Full name of the client |
| Website Limit | No | Max websites for this client (default: 1)|
Workflow Templates
Ready-to-use workflow templates are included in the templates/ folder:
| Template | Description |
| ——– | ———– |
| New website → Slack | Post a Slack message when a website is created |
| New client → Google Sheets | Log new clients to a spreadsheet |
| New client → Welcome email | Send a welcome email to new clients |
| Google Sheets → Create websites | Bulk-create websites from spreadsheet rows |
To use a template: copy the JSON, go to your n8n instance, click Import from file, and paste.