Block 1 - Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
This workflow provides a mechanism for using AI transcribed voice notes using Voicenotes AI and then running them into an AI agent as prompts. On the "collection" end of the workfl...
n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.set, n8n-nodes-base.nocodb, n8n-nodes-base.markdown, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Daniel Rosehill.
Original n8n.io sourceThis workflow provides a mechanism for using AI transcribed voice notes using [Voicenotes AI](Voicenotes AI) and then running them into an AI agent as prompts.
On the "collection" end of the workflow, we gather the output (with the recorded prompt) and do two things:
If you like using voice AI tools to write detailed prompts for AI, then this workflow helps to remove the points of friction in getting from A to B!
Simply tag your voice note in Voicenotes with your preferred tag (I'm using 'prompt'). Then, provide the N8N webhook as the URL for a webhook that will trigger whenever a new note is created with this tag (and this tag only). Now, whenever you wish to use a voice note as a prompt, just add the 'tag.'
This will trigger the webhook which, in turn, will trigger this workflow - sending the prompt to an AI agent of your choosing (configure within the workflow) and then saving the output into a database and returning it by email.
Note: The AI agent system prompt is written to define a structured output to provide Gmail-safe HTML. This is thin injected into a template. You can use a Google Group to gather together the output runs or just receive them at your main address (if you don't use Gmail, just swap out for any other email node or your preferred delivery channel).
You'll need a Voicenotes account in order to use the service!
Once you have one, you'll next want to create the tag and the webhook.
In N8N, create your webhook node and then provide that to Voicenotes:
Create a note. Then assign it a new tag: "Prompts" (or as you prefer).
The webhook is matched to the tag.
The delivery mechanism can be customized to your preferences. If you're not a Google user, substitute the template and sending mechanism for your preferred delivery provider
You could for example collect the outputs to a Slack channel or Telegram bot.
You may omit the collector in NocoDB or substitute it for another wiki or knowledge management platform such as Notion or Nuclino.
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.
| Workflow | Voice-to-text AI assistant with Voicenotes, Claude Sonnet & email delivery |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Personal Productivity, Multimodal AI |
| Author | Daniel Rosehill |
| Published | 29 Jul 2025 |
Use the JSON export at /data/workflows/6618/6618.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow provides a mechanism for using AI transcribed voice notes using Voicenotes AI and then running them into an AI agent as prompts. On the "collection" end of the workfl...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Personal Productivity, Multimodal AI use case.