Skip to main content

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

Workflow preview

Workflow preview
100%
Generate AI songs from text prompts with Suno, OpenAI, Google Drive and Slack preview
Open on n8n.io

1. Workflow Overview

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 f...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.googledrive

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

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

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

  1. Webhook or Schedule triggers the flow with a text prompt
  2. Prompt is enriched/formatted for best Suno results
  3. Suno API call initiates song generation
  4. Workflow polls until song is ready (async wait loop)
  5. Song metadata & audio URL retrieved
  6. File downloaded and saved to cloud storage (Google Drive / S3)
  7. Metadata logged to Google Sheets / Airtable
  8. 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

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

Contact Us

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

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Overview & Instructions

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - 1. Trigger

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - 2. Enrichment Phase

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - 3. Suno Phase

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - 4. Storage & Output

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Webhook: Receive Prompt

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 7 - Daily Batch (fallback)

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 8 - Set Music Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 9 - Suno: Submit Generation Job

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Wait 30s (Polling Delay)

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 11 - Suno: Poll Song Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Song Ready?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 13 - Download Audio File

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Google Drive: Save Song

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 15 - Google Sheets: Log Song

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 16 - Notify Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 1

Block 17 - Notify Failure

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 1

Block 18 - OpenAI: Enrich Prompt

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

3. Summary Table

Workflow Generate AI songs from text prompts with Suno, OpenAI, Google Drive and Slack
Complexity advanced
Nodes 18
Categories Content Creation, Multimodal AI
Author Oneclick AI Squad
Published 03 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13826/13826.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate AI songs from text prompts with Suno, OpenAI, Google Drive and Slack do?

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 f...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.