Automate YouTube to MP3 Conversion and Delivery via Email - n8n Workflow | Neura Market
Automate YouTube to MP3 Conversion and Delivery via Email
This n8n workflow automates the conversion of YouTube videos to MP3 format using RapidAPI, uploads the files to Google Drive, and emails the download link to users.
The workflow begins with a form submission where users provide a YouTube URL and their email address. It then sends the URL to the YouTube to MP3 Fast API on RapidAPI for conversion. After a brief wait to ensure processing completion, the MP3 file is downloaded and uploaded to Google Drive. Permissions are set for public access, and an email with the download link is sent to the user, completing the automated process.
Platform
n8n
Category
Media & Entertainment
Price
Free
Creator
Isaac Cohen
wait
emailSend
stickyNote
formTrigger
googleDrive
httpRequest
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.