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-06-11T11:14:55.784Z",
"updatedAt": "2025-06-11T11:15:01.308Z",
"id": "Cyld9be5SPjHTQNN",
"name": "GetOnboardingFile_Basic_Workflow_Creation",
"active": false,
"isArchived": false,
"nodes": [
{
"parameters": {
"path": "onboarding/n8n/guide/BasicWorkflowCreation",
"responseMode": "responseNode",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
-200,
-160
],
"id": "4b2401fc-b2d1-4214-adee-7b7333a5fdd4",
"name": "Webhook"
},
{
"parameters": {
"operation": "get",
"documentURL": "https://docs.google.com/document/d/1GRO2bl0RSDbVOhMjCvCy-JDgCGHB_aLPk5INVh5DNL8/view"
},
"type": "n8n-nodes-base.googleDocs",
"typeVersion": 2,
"position": [
20,
-160
],
"id": "1f074307-7d3e-4d23-9c00-6407cc2068c9",
"name": "Google Docs",
"credentials": {
"googleDocsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "text",
"responseBody": "={{ $json.content }}",
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.1,
"position": [
240,
-160
],
"id": "4463d1a2-54b7-4c2c-aa33-abd90d9f3efc",
"name": "Respond to Webhook"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Google Docs",
"type": "main",
"index": 0
}
]
]
},
"Google Docs": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "714e6abc-9701-4c9a-baa3-85b6500d1984",
"triggerCount": 0,
"tags": []
}
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.
googleDocsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
GetOnboardingFile_Basic_Workflow_Creation. Uses googleDocs. Webhook trigger; 3 nodes.
Source: https://github.com/AdminRHS/n8n_creds_and_workflows/blob/cc2b1b66f8a3b0c4bd367e9b90faa9d21a131b69/workflows/Cyld9be5SPjHTQNN.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.
This sample workflow allows you to forward alerts from TheHive 5 to SIGNL4 in order to send reliable alerts to your team.
Update Time Tracking Projects Based On Syncro Status Changes. Uses clockify, httpRequest. Webhook trigger; 6 nodes.
IDS AI - PDF Processor. Uses functionItem, respondToWebhook. Webhook trigger; 5 nodes.
Export Workflows. Uses scheduleTrigger, httpRequest, respondToWebhook. Webhook trigger; 5 nodes.