Block 1 - When clicking ‘Test workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the process of converting images from JPG/PNG format to WEBP using the APYHub API . It retrieves image URLs from a Google Sheet , converts the images, and uploads the conver...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the process of converting images from JPG/PNG format to WEBP using the APYHub API. It retrieves image URLs from a Google Sheet, converts the images, and uploads the converted files to Google Drive.
This workflow is a powerful tool for automating image conversion tasks, saving time and ensuring that images are efficiently converted and stored in the desired format.
Using WebP images on a website provides several SEO benefits:
Below is a breakdown of the workflow:
The workflow is designed to convert images from JPG/PNG to WEBP format and manage the converted files. Here's how it works:
Manual Trigger:
Set API Key:
Get Images:
FROM), the converted image URL (TO), and a status flag (DONE).Get Extension:
Determine Image Type:
Convert Image:
Update Google Sheet:
DONE).Get Converted Image:
Upload to Google Drive:
To set up and use this workflow in n8n, follow these steps:
APYHub API Key:
Google Sheets Integration:
FROM (original image URL), TO (converted image URL), and DONE (status flag).Google Drive Integration:
Test the Workflow:
Optional Customization:
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.
| Workflow | Automated image optimizer: convert JPG/PNG to WebP with APYHub and Google Drive |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | File Management, Multimodal AI |
| Author | Davide |
| Published | 21 Mar 2025 |
Use the JSON export at /data/workflows/3278/3278.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow automates the process of converting images from JPG/PNG format to WEBP using the APYHub API . It retrieves image URLs from a Google Sheet , converts the images, and uploads the conver...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 File Management, Multimodal AI use case.