Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This page is a hands-on course support to rebuild the workflow Generate AI songs from Telegram prompts with Suno node by node, live, without opening the original workflow. Every value below is copy-paste ready.
You send a song idea to a Telegram bot. An AI agent turns your short idea into a rich Suno prompt, the workflow generates the song through the Suno API (submit, then poll until ready), and the finished audio is sent back to you on Telegram with a short recap message. No dashboards, no manual export.
Receive Song Idea on Telegram
→ Configuration
→ Acknowledge Request on Telegram
→ Enrich Prompt for Suno (sub-node: OpenAI Chat Model)
→ Suno: Submit Song Generation
→ Wait for Generation
→ Suno: Get Song Status
→ Is Song Ready?
TRUE → Send Song Audio on Telegram → Send Completion Message on Telegram
FALSE → back to Wait for Generation (polling loop)
You need three credentials. Create them once, then select them on the matching nodes.
| Credential | n8n type | Used by | Where to get it |
|---|---|---|---|
| Telegram bot | Telegram API | Trigger + 3 Telegram nodes | @BotFather on Telegram |
| OpenAI | OpenAI API | OpenAI Chat Model | platform.openai.com |
| Suno API | HTTP Header Auth | 2 Suno HTTP nodes | any Suno-compatible provider (e.g. sunoapi.org) |
/newbot, follow the prompts, and copy the bot token.Telegram_blotato2.123456:ABC-...; if n8n saves without error, the token is valid.