Integration: n8n Community Node
Origin
Requested in #25: "An n8n community node package (n8n-nodes-deepgram) that exposes Deepgram's core APIs — transcription (pre-recorded and streaming), text-to-speech, and audio intelligence — as drag-and-drop nodes in n8n workflow automations."
What this should show
Build an n8n community node package (n8n-nodes-deepgram) in TypeScript using the n8n node framework. The package should include:
- Credential type — API key-based auth for Deepgram, with key validation
- Transcription node — Accept audio file or URL input, call Deepgram pre-recorded STT, return transcript
- TTS node — Accept text input, call Deepgram Aura TTS, output audio
- Audio Intelligence node — At least one intelligence feature (summarization, topics, or sentiment) applied to a transcript
- Example workflow JSON — A ready-to-import n8n workflow demonstrating the nodes
The package should be structured for publishing to the n8n community node registry. Include a clear README with setup instructions (clone, add API key, run).
Credentials likely needed
Reference
Queued by PM from #25 on 2026-03-29
Integration: n8n Community Node
Origin
Requested in #25: "An n8n community node package (n8n-nodes-deepgram) that exposes Deepgram's core APIs — transcription (pre-recorded and streaming), text-to-speech, and audio intelligence — as drag-and-drop nodes in n8n workflow automations."
What this should show
Build an n8n community node package (
n8n-nodes-deepgram) in TypeScript using the n8n node framework. The package should include:The package should be structured for publishing to the n8n community node registry. Include a clear README with setup instructions (clone, add API key, run).
Credentials likely needed
Reference
Queued by PM from #25 on 2026-03-29