Block 1 - Emotion Analyzer
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
Title: Spotify Emotion to News Card Generator (APITemplate.io + Slack) What it does: This workflow analyzes the emotion of your recently played Spotify track using OpenRouter (LLM), fetches a relat...
@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.scheduletrigger, n8n-nodes-base.spotify, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by noda.
Original n8n.io sourceTitle: Spotify Emotion-to-News Card Generator (APITemplate.io + Slack)
This workflow analyzes the emotion of your recently played Spotify track using OpenRouter (LLM), fetches a related trending Google News article, generates a visual news card with APITemplate.io, and posts it to Slack.
Music lovers, marketers, and developers who want to automatically turn their listening mood into a visual daily digest or Slack update.
Spotify Trigger — Fetch your recently played tracks.
LLM (Emotion Analyzer) — Infer the main emotion from the track title and artist.
Google News Query — Build an RSS URL based on the emotion keyword.
RSS Reader — Retrieve trending news headlines.
APITemplate.io — Render the top article into an image card.
Slack — Post title, link, and card image into your channel.
Spotify API credentials
OpenRouter API key
APITemplate.io account (with template ID)
Slack OAuth2 connection
Replace the APITemplate.io template ID with your own.
Adjust the RSS URL language (hl=en-US → hl=ja-JP for Japanese news).
Modify the Slack message text for your preferred channel tone.
If you use community nodes (LangChain), this template is for self-hosted n8n only.
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 | Generate news cards from Spotify emotions with LLM, Google News and APITemplate.io |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Content Creation, AI Summarization |
| Author | noda |
| Published | 29 Oct 2025 |
Use the JSON export at /data/workflows/10267/10267.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.
Title: Spotify Emotion to News Card Generator (APITemplate.io + Slack) What it does: This workflow analyzes the emotion of your recently played Spotify track using OpenRouter (LLM), fetches a relat...
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, AI Summarization use case.