n8n-nodes-lindo
v1.3.1
Published
n8n community node for Lindo.ai — automate website and client management with triggers and actions.
Downloads
1,033
Maintainers
Readme
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.
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-lindo - Agree to the risks and click Install
Credentials
You need a Lindo.ai API key to use this node.
- Log in to your Lindo.ai workspace
- Go to Settings and find your API key (starts with
lindo_sk_) - In n8n, create a new Lindo API credential and paste your key
| Field | Description |
| -------- | -------------------------------------------------------------- |
| API Key | Your Lindo API key (lindo_sk_...) |
| 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.
