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 →
{
"createdAt": "2025-03-04T05:07:50.684Z",
"updatedAt": "2025-03-04T21:04:58.925Z",
"id": "LYrReDbpmqK3eX2P",
"name": "Tool: Create Google Doc",
"active": false,
"nodes": [
{
"parameters": {
"operation": "createFromText",
"content": "={{ $json.body.document_text }}",
"name": "={{ $json.body.document_title }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"value": "1914m3M7kRzkd5RJqAfzRY9EBcJrKemZC",
"mode": "list",
"cachedResultName": "Meeting Notes",
"cachedResultUrl": "https://drive.google.com/drive/folders/1914m3M7kRzkd5RJqAfzRY9EBcJrKemZC"
},
"options": {
"convertToGoogleDocument": true
}
},
"id": "abb2ee3f-7dd0-4d6e-96f0-6cc91eb64a5e",
"name": "Google Drive",
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
1040,
360
],
"credentials": {
"googleDriveOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"id": "9904e7b7-c9f6-49b5-ab72-6b199c6e2f46",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
1260,
360
]
},
{
"parameters": {
"httpMethod": "POST",
"path": "d8db9fa3-04fe-43c8-9acf-e1912463477f",
"authentication": "headerAuth",
"responseMode": "responseNode",
"options": {}
},
"id": "7e761bed-99f6-4a8a-959b-d1b3542b6071",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
820,
360
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Google Drive": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "Google Drive",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "f927af79-619d-41ed-8eed-74282b6594ea",
"triggerCount": 0,
"tags": [
{
"createdAt": "2025-03-04T21:03:30.839Z",
"updatedAt": "2025-03-04T21:03:30.839Z",
"id": "axMWVfQXy5mbxCQA",
"name": "tool"
}
]
}
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.
googleDriveOAuth2ApihttpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Tool: Create Google Doc. Uses googleDrive. Webhook trigger; 3 nodes.
Source: https://github.com/LLemonStack/llemonstack/blob/2f1cc4dcf8939a3fa79fccacf59addd5c0d563a3/examples/n8n/workflows/Tool_Google-Doc_LYrReDbpmqK3eX2P.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.
Create Student Folder. Uses googleDrive. Webhook trigger; 3 nodes.
seo-auditor. Uses executeCommand, googleDrive, readBinaryFile. Webhook trigger; 15 nodes.
CIBC PDF to Google Drive. Uses googleDrive. Webhook trigger; 6 nodes.