workflows.fit
Back to n8n workflows
n8n templateFreeBy Evoort Solutions

Convert YouTube videos to MP3 with RapidAPI, Google Drive storage & sheets logging

Automated [YouTube to MP3 Conversion](https://rapidapi.com/PrineshPatel/api/youtube-to-mp3-downloader1) and Storage with Google Sheets This automated workflow allows seamless conversion of YouTube videos to MP3, using...

Data & StorageProductivityDevelopmentCore NodesForm TriggerHttp RequestGoogle DriveGoogle Sheets
Loading interactive preview...

Template notes

Automated [YouTube to MP3 Conversion](https://rapidapi.com/PrineshPatel/api/youtube-to-mp3-downloader1) and Storage with Google Sheets

This automated workflow allows seamless conversion of YouTube videos to MP3, using the [YouTube to MP3 Downloader API](https://rapidapi.com/PrineshPatel/api/youtube-to-mp3-downloader1). The converted MP3 files are uploaded to Google Drive, and all relevant conversion data like download links and file sizes are logged in Google Sheets. Ideal for content creators and download enthusiasts, it enhances efficiency and accuracy in handling YouTube-to-MP3 conversions. Node-by-Node Explanation:

1. On form submission - Triggers the workflow when a user submits a YouTube video URL for conversion.

2. HTTP Request - Sends a POST request to the [YouTube to MP3 Downloader API](https://rapidapi.com/PrineshPatel/api/youtube-to-mp3-downloader1) to initiate the conversion of the YouTube URL to MP3 format.

3. Google Drive - Uploads the converted MP3 file to Google Drive for cloud storage.

4. Google Sheets (Initial Log) - Logs initial details such as URL and status in Google Sheets before the conversion is complete.

5. Google Sheets (Final Log) - After successful conversion, logs the download link, file size, and other relevant data in Google Sheets.

6. If Condition - Filters the process to only proceed if the conversion status is "done."