Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description This workflow automates the creation of press releases for music artists releasing a new single. Upload your MP3, fill in basic info, and receive a publication ready press release saved...
n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.googledocs
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Václav Čikl.
Original n8n.io sourceThis workflow automates the creation of press releases for music artists releasing a new single. Upload your MP3, fill in basic info, and receive a publication-ready press release saved as a Google Doc — powered by multiple OpenAI models working in sequence.
The system analyzes your audio, extracts or transcribes lyrics, researches your artist background, interprets the song's themes, and writes a polished press release in your chosen language.
Key Features:
Artist fills out a web form with:
whisper-1)GPT-4o creates a creative brief combining lyrics, audio analysis, and artist context. Output includes: core theme, emotional arc, imagery, unique angles, and press coverage suggestions.
GPT-4o writes a publication-ready press release with: headline, dateline, 3 body paragraphs, artist quote placeholder, boilerplate, and contact info — all in the selected language.
| Credential | Type | Used By |
|---|---|---|
| OpenAI API Key | Header Auth (Authorization: Bearer sk-...) |
Whisper, Audio Analysis, Research, Interpretation, Press Release |
| Google Docs | OAuth2 | Create document + Insert text |
Authorization, Value: Bearer sk-your-key[ARTIST QUOTE: "..."] — the artist should replace this before distribution| Service | Model | Est. Cost |
|---|---|---|
| Whisper (if no lyrics file) | whisper-1 | ~$0.006/min of audio |
| Audio Analysis | gpt-4o-audio-preview | ~$0.02–0.05 |
| Artist Research (if no bio) | gpt-4o-search-preview | ~$0.01–0.03 |
| Song Interpretation | gpt-4o | ~$0.01–0.03 |
| Press Release Writing | gpt-4o | ~$0.01–0.03 |
| Google Docs | — | Free |
Estimated total per press release: ~$0.05–0.15
📧 Email: [email protected] 💼 LinkedIn: https://www.linkedin.com/in/vaclavcikl/
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.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate a music press release draft for a new single with OpenAI GPT-4o and Google Docs |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Content Creation, Multimodal AI |
| Author | Václav Čikl |
| Published | 06 Apr 2026 |
Use the JSON export at /data/workflows/14800/14800.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.
Description This workflow automates the creation of press releases for music artists releasing a new single. Upload your MP3, fill in basic info, and receive a publication ready press release saved...
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 Content Creation, Multimodal AI use case.