workflows.fit
Back to n8n workflows
n8n templateFreeBy Davide Boizza

Automated image optimizer: convert JPG/PNG to WebP with APYHub and Google Drive

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 converted files to Google Dr...

Data & StorageProductivityDevelopmentCore NodesManual TriggerSetGoogle SheetsCode
Loading interactive preview...

Template notes

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 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:

1. Faster Loading Speed – WebP files are smaller than JPG and PNG, reducing page load times and improving user experience. 2. Better Core Web Vitals – Google prioritizes websites with good performance metrics like LCP (Largest Contentful Paint). 3. Improved Mobile Performance – Smaller images consume less bandwidth, enhancing mobile usability. 4. Higher Search Rankings – Faster sites tend to rank better on Google due to improved user experience. 5. Reduced Server Load – Lighter images lower hosting and CDN costs while improving site efficiency.

Below is a breakdown of the workflow:

---

1. How It Works The workflow is designed to convert images from JPG/PNG to WEBP format and manage the converted files. Here's how it works:

1. Manual Trigger: - The workflow starts with a Manual Trigger node, which initiates the process when the user clicks "Test workflow."