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": "Ingest Audio \u2192 Transcript \u2192 Memory/Tasks/Calendar",
"nodes": [
{
"name": "Webhook - ingest/audio",
"type": "n8n-nodes-base.webhook",
"parameters": {
"path": "ingest/audio",
"methods": [
"POST"
]
}
},
{
"name": "Transcribe (Whisper local)",
"type": "n8n-nodes-base.httpRequest",
"parameters": {
"url": "={{$json[\"WHISPER_LOCAL_URL\"] || $env.WHISPER_LOCAL_URL}}",
"method": "POST"
}
},
{
"name": "Summarize & Extract",
"type": "n8n-nodes-base.function",
"parameters": {
"functionCode": "// call LLM, produce structured JSON; store to Supabase"
}
},
{
"name": "Supabase Upserts",
"type": "n8n-nodes-base.function",
"parameters": {
"functionCode": "// upsert memories/entities/transcripts"
}
},
{
"name": "Create Tasks/Events",
"type": "n8n-nodes-base.function",
"parameters": {
"functionCode": "// push to Todoist/Google with approval gating"
}
}
],
"connections": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Ingest Audio → Transcript → Memory/Tasks/Calendar. Uses httpRequest. Webhook trigger; 5 nodes.
Source: https://github.com/honesthomesales/AI_Personal_Assistant/blob/c92f7039f1fa06818f449d07e188051df8603b0a/n8n/ingest-audio.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 n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di
This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .
eek-Go v2 (Batch-Then-Review). Uses httpRequest. Webhook trigger; 75 nodes.
This workflow receives webhook requests from a content calendar and uses the X API v2 to publish text posts, threads, image/video posts, and polls, as well as delete existing posts and run a credentia
This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c