This workflow corresponds to n8n.io template #lindo-new-client-to-sheets — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Log new Lindo clients to Google Sheets",
"nodes": [
{
"parameters": {
"event": "client.created"
},
"id": "trigger",
"name": "Lindo Trigger",
"type": "n8n-nodes-lindo.lindoTrigger",
"typeVersion": 1,
"position": [
250,
300
],
"credentials": {
"lindoApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"mode": "list",
"value": ""
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": ""
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Client ID": "={{ $json.data.client_id }}",
"Email": "={{ $json.data.email }}",
"Full Name": "={{ $json.data.full_name }}",
"Website Limit": "={{ $json.data.website_limit }}",
"Created At": "={{ $json.data.created_at }}"
}
},
"options": {}
},
"id": "sheets",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
500,
300
],
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Lindo Trigger": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"templateId": "lindo-new-client-to-sheets"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2ApilindoApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Log new Lindo clients to Google Sheets. Uses n8n-nodes-lindo, googleSheets. Event-driven trigger; 2 nodes.
Source: https://github.com/lindoai/n8n-nodes-lindo/blob/c99359d0ecf74a63dda58a7e89fe628f393925c9/templates/new-client-to-google-sheets.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Description: Easily collect keywords and country input, run automated keyword research via the Semrush Keyword Research API on RapidAPI, and store results in Google Sheets for seamless tracking and an
Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc.
This n8n template provides a practical and efficient way to manage your n8n workflows using Google Sheets as a user-friendly interface. It demonstrates how to leverage a simple spreadsheet to control
This workflow automatically takes a long property URL from your Google Sheet, shortens it, generates a QR code, and then updates your sheet with the new links. 0. Google Sheets (New/Updated Row Trigge
typeform feedback workflow. Uses typeformTrigger, googleSheets. Event-driven trigger; 5 nodes.