Automated Product Image Background Removal for Google Drive
detail.loadingPreview
Streamline your product photography workflow with this n8n automation. This workflow automatically processes images from a Google Drive folder, removes their backgrounds using the Photoroom API, and organizes both the new and original files, all on a daily schedule.
About This Workflow
Tired of manually removing backgrounds from your product images? This n8n workflow offers a seamless, automated solution. Every day at 8 AM, it scans a designated Google Drive folder for new images. It then leverages the powerful Photoroom API to intelligently remove backgrounds, add a clean white background, and apply a subtle soft shadow, perfect for e-commerce listings. The processed images are saved into a 'Remove Background' folder, while the original files are neatly archived into an 'Original' folder. This ensures your product visuals are consistently professional and your file management is effortless.
Key Features
- Daily Scheduled Automation: Automatically processes images every day at a set time, ensuring continuous updates.
- Google Drive Integration: Seamlessly pulls images from and saves processed/original files back to Google Drive.
- Photoroom API Background Removal: Utilizes advanced AI to accurately remove backgrounds, add a white background, and a soft shadow.
- Intelligent File Organization: Keeps your files tidy by saving processed images to one folder and archiving originals to another.
- Scalable Image Processing: Handles multiple images efficiently by looping over items in batches.
How To Use
- Configure Daily Schedule: The
Daily at 08:00 amnode is pre-configured to run daily. You can adjust the schedule as needed. - Set Up Google Drive Source: In the
Get all filesnode:- Add your Google Drive API credentials.
- Select the specific Google Drive folder containing the original images you want to process.
- Prepare Google Drive Destination Folders: Before running, create two sub-folders within your Google Drive: one named
Remove Background(for processed images) and one namedOriginal(for archiving original images). - Configure Photoroom API: In the
Photoroom API Remove Backgroundnode:- Add your Photoroom API key to the
x-api-keyheader. - The node is already set to remove the background, apply a white color (
FFFFFF), a soft shadow (ai.soft), and a padding of0.1.
- Add your Photoroom API key to the
- Verify Google Drive Save & Move: The
Save to Remove Backgroundnode andMove to Originalnode are pre-configured to save/move files to the respectiveRemove BackgroundandOriginalfolders based on the workflow's logic. Ensure your Google Drive credentials grant sufficient permissions.
Apps Used
Workflow JSON
{
"id": "90e41e39-bb49-4284-aade-f71102145943",
"name": "Automated Product Image Background Removal for Google Drive",
"nodes": 28,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 90e41e39-bb49...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.