Generate AI songs from text prompts with Suno, OpenAI, Google Drive and Slack

Go to Workflow
1 views
Built by Oneclick AI Squad Oneclick AI Squad
Created on June 05, 2026

Description

Build a fully automated music generation workflow in n8n using Suno to create and store AI-generated songs.

What's the Goal?
Automate end-to-end AI music creation — from a simple text prompt to a fully generated, stored, and shareable song — using Suno's API inside n8n with zero manual effort.

Why Does It Matter?
AI music generation is powerful but manual. This workflow lets you batch-generate songs, integrate music into apps or content pipelines, and store outputs automatically — saving hours of repetitive work.

How It Works
Webhook or Schedule triggers the flow with a text prompt
Prompt is enriched/formatted for best Suno results
Suno API call initiates song generation
Workflow polls until song is ready (async wait loop)
Song metadata & audio URL retrieved
File downloaded and saved to cloud storage (Google Drive / S3)
Metadata logged to Google Sheets / Airtable
Notification sent via Slack / Email

Configuration Requirements
Suno API key (via RapidAPI or official Suno API access)
Cloud storage credentials (Google Drive / AWS S3)
Google Sheets or Airtable credentials (for logging)
Slack Bot Token or SMTP (for notifications)
Optional: OpenAI API key (for prompt enrichment)

Setup Guide
Import workflow into n8n
Connect credentials (Suno/RapidAPI, Google Drive, Sheets, Slack)
Configure Set node: default genre, mood, duration, style tags
Test with a manual trigger and a sample prompt
Activate webhook → send prompts to trigger URL
Monitor generation status and tune polling interval
Check storage & logs for generated songs

Contact Us
https://www.oneclickitsolution.com/contact-us/


Nodes Used (5)

Google Drive
n8n-nodes-base.googleDrive
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
OpenAI
@n8n/n8n-nodes-langchain.openAi
Slack
n8n-nodes-base.slack