Block 1 - Structured Output Parser1
- Type / Role
- @n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
How it works: When a user submits a form with event details, the workflow sends this information to OpenAI's GPT 5 model, which generates a curated list of 18–32 songs tailored to the occasion and ...
@n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.formtrigger, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitout, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ufuk Ören.
Original n8n.io sourceHow it works: When a user submits a form with event details, the workflow sends this information to OpenAI's GPT-5 model, which generates a curated list of 18–32 songs tailored to the occasion and audience. The workflow then searches Spotify for each recommended song, creates a new playlist on the user's Spotify account, adds all the tracks, and sends the user an email with a direct link to listen.
Key Features:
Step-by-step: Form Submission Trigger: User submits event details (occasion, guests, preferences, and email) through the web form.
AI Playlist Generation: OpenAI's GPT-5 generates a curated list of 18–32 songs based on the provided event context.
Spotify Integration: The workflow searches Spotify for each song, creates a new playlist, and adds all found tracks to the user's account.
Email Notification: User receives an email with the playlist name and a direct Spotify link to listen immediately.
API Keys Required
Response Generation The AI model receives event details and generates a structured JSON response containing a playlist name, 18–32 song recommendations with artist credits, and HTML-formatted content for website integration, all in the user's language.
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 | Create AI-generated Spotify playlists with GPT-5 and email the link |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Content Creation, Multimodal AI |
| Author | Ufuk Ören |
| Published | 30 Nov 2025 |
Use the JSON export at /data/workflows/11376/11376.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.
How it works: When a user submits a form with event details, the workflow sends this information to OpenAI's GPT 5 model, which generates a curated list of 18–32 songs tailored to the occasion and ...
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.