👉 n8n No Limits Access :

https://www.hostg.xyz/SHHAd

Hébergement VPS n8n | Automatisation sécurisée et évolutive

coupon -15% : DRFIRAS15

👉 Formation n8n en Français

Formation n8n en Français : Automatisation & Agents IA

coupon -20% : LANCEMENT : HERE


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.

What the workflow does

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.

Flow diagram

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)

Prerequisites & credentials

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)

Create the Telegram credential

  1. In Telegram, open a chat with @BotFather, send /newbot, follow the prompts, and copy the bot token.
  2. In n8n: Credentials → New → Telegram API, paste the token, save. In this course the credential is named Telegram_blotato2.
  3. Test: BotFather returns a token like 123456:ABC-...; if n8n saves without error, the token is valid.