AI Voice & Text Note-Taking with LINE Messaging, Supabase Vector DB & Gmail

Go to Workflow
0 views
Built by kote2 kote2
Created on June 08, 2026

Description

Overview

This workflow lets you capture, store, and retrieve notes from LINE chats — both text and voice messages — and automatically send them to your Gmail inbox. By leveraging Supabase Vector Database, you can not only store and recall your notes, but also repurpose them for idea generation, quiz creation, or hypothesis building.

Key Features

Receive text and audio messages via LINE

Transcribe audio messages automatically and save them in Supabase

Trigger note storage with a specific keyword (default: “Diane”)

Automatically send the latest notes to your Gmail every morning at 7 AM

Search and reuse your notes (e.g., generate ideas, quizzes, or insights)

Requirements

Supabase account (free plan supported)

LINE Messaging API channel setup (obtain your access token)

Gmail authentication (OAuth2)

Notes

Replace placeholders such as LINE_CHANNELACCESS_TOKEN, YOUR_USERID, and YOUR_EMAIL_ADDRESS with your own information.

All credentials (OpenAI, Supabase, LINE, Gmail, etc.) must be configured securely in the Credentials section of n8n.

You may customize the trigger keyword (“Diane”) to any word you like.

Nodes Used (10)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
Default Data Loader
@n8n/n8n-nodes-langchain.documentDefaultDataLoader
Embeddings OpenAI
@n8n/n8n-nodes-langchain.embeddingsOpenAi
HTTP Request
n8n-nodes-base.httpRequest
OpenAI
@n8n/n8n-nodes-langchain.openAi
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Postgres Chat Memory
@n8n/n8n-nodes-langchain.memoryPostgresChat
Recursive Character Text Splitter
@n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter
Supabase Vector Store
@n8n/n8n-nodes-langchain.vectorStoreSupabase