Skip to main content

Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI

Workflow preview

Workflow preview
100%
Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Summary: This n8n workflow addresses the manual and cumbersome process of exporting handwritten notes from Kindle devices, such as the Kindle Scribe . It is designed to automate the extraction of t...

Best for

  • File Management automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatdeepseek, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googledrive, n8n-nodes-base.gmail, n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-base.gmailtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Gene Ishchuk.

Original n8n.io source

1.1 Workflow description

Title
Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI
Workflow name
Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI

Summary:

This n8n workflow addresses the manual and cumbersome process of exporting handwritten notes from Kindle devices, such as the Kindle Scribe. It is designed to automate the extraction of the note's PDF download link from an email and subsequently save the file to your Google Drive.

The Problem

Kindle devices that support handwritten notes (e.g., Kindle Scribe) allow users to export a notebook as a PDF file. However, there is no centralized repository or automated export function. The current process requires the user to:

  1. Manually request an export for each file on the device.
  2. Receive an auto-generated email containing a temporary, unique download URL (rather than the attachment itself).
  3. This manual process represents a significant vendor lock-in challenge and a poor user experience.

How This Workflow Solves It

This template automates the following steps:

  1. Email Ingestion: Monitors your Gmail account for the specific export email from Amazon.
  2. Link Extraction: Utilizes an LLM service (like DeepSeek, or any other suitable large language model) to accurately parse the email content and extract the unique PDF download URL.
  3. PDF Retrieval & Storage: Executes a request to the extracted URL to download the PDF file and then uploads it directly to your Google Drive.

Prerequisites

To implement and run this workflow, you will need:

  1. Kindle Device: A Kindle model that supports handwritten notes and PDF export (e.g., Kindle Scribe).
  2. Gmail Account: The account configured on your Kindle device to receive the export emails.
  3. LLM Account: Access to an LLM API (e.g., DeepSeek, OpenAI, etc.) to perform the necessary text extraction.
  4. Google Drive Credentials: Configured n8n credentials for your Google Drive account.

This workflow is designed for easy and quick setup, providing a reliable, automated solution for backing up your valuable handwritten notes.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - DeepSeek Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatDeepSeek - lmChatDeepSeek
Config choices
Version 1

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - AI Agent - Link Extraction

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 9 - File upload - Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 10 - Success notification - Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 11 - PDF retrieval - HTTP request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Link extraction: HTML parser

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 13 - Email ingestion: Gmail trigger

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.2

3. Summary Table

Workflow Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI
Complexity intermediate
Nodes 13
Categories File Management, AI Summarization
Author Gene Ishchuk
Published 18 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9860/9860.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automatically save Kindle handwritten notes to Google Drive with DeepSeek AI do?

Summary: This n8n workflow addresses the manual and cumbersome process of exporting handwritten notes from Kindle devices, such as the Kindle Scribe . It is designed to automate the extraction of t...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management, AI Summarization use case.