Skip to main content

Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts

Workflow preview

Workflow preview
100%
Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Capture URL Screenshots Automatically from Google Sheets & Drive with ScreenshotOne & Gmail Alerts Summary This automation template streamlines the process of capturing screenshots for multiple URL...

Best for

  • File Management automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.googledrive, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Niko.

Original n8n.io source

1.1 Workflow description

Title
Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts
Workflow name
Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts

Capture URL Screenshots Automatically from Google Sheets & Drive with ScreenshotOne & Gmail Alerts

Summary

This automation template streamlines the process of capturing screenshots for multiple URLs. Instead of manually visiting each URL, taking a screenshot, and organizing the results, this workflow automates everything. When a spreadsheet is added to a designated Google Drive folder, the template extracts URLs from the column named "Url." These URLs are then processed through ScreenshotOne to capture screenshots, which are saved back to the same folder. Finally, an email notification is sent via Gmail with a link to the folder containing the screenshots.

Problem Solved

This template addresses the challenge of manual screenshot capture for multiple URLs. Without this automation, a user would need to:

  • Open each URL from a spreadsheet.
  • Take a screenshot manually.
  • Save each screenshot with an appropriate name.
  • Organize the screenshots in a folder.
  • Notify stakeholders when the process is complete.

These steps are not only time-consuming but also repetitive, especially when handling a large number of URLs.

Who Can Benefit:

  • Digital Marketers: Monitor website appearances for competitive analysis or to track campaign landing pages.
  • Web Developers/Designers: Capture screenshots of multiple websites for inspiration or reference.
  • QA Teams: Document the visual state of web pages during various stages of development.
  • SEO Specialists: Track visual changes to websites they are optimizing.
  • Content Managers: Monitor how content appears across various web properties.

Prerequisites

  • Google Drive Node: Must have appropriate permissions to create and access folders.
  • Connected Google Sheets Node: To extract URLs from the spreadsheet.
  • Authenticated Gmail Node: For sending notifications.
  • ScreenshotOne Account: Either a free or paid plan depending on volume needs, along with an Access key.
    Ensure you replace the placeholder --YOUR ACCESS KEY-- with your generated access key in the "Get Screenshots" node.

Workflow Details

Step 1: Google Drive Integration

  • Trigger Node:
    Monitors a specific folder in Google Drive. When a spreadsheet is added, the workflow is initiated.

Step 2: Google Sheets Processing

  • Google Sheets Node:
    Extracts URLs from the column named "Url."

Step 3: Screenshot Capture

  • Get Screenshots Node:
    Sends each extracted URL to ScreenshotOne to capture screenshots.

Step 4: Saving Screenshots and Notifications

  • Google Drive Node:
    Saves the captured screenshots back into the same folder.
  • Gmail Node:
    Sends an email notification with a link to the folder, alerting stakeholders that the screenshots are ready.

Customization Guidance

  • Folder Monitoring:

    The workflow is set to monitor a specific Google Drive folder. It can be customized by selecting a different folder in the node settings.

  • Spreadsheet Structure:

    While the template expects a spreadsheet with a column named "Url." for extracting URLs, users can add additional columns (e.g., titles, categories, or tags) and modify the workflow to utilize them as needed.

  • Email Settings:

    Customize the recipient, subject, and body of the notification email to suit your needs. If required, enable optional notifications for different stakeholders.

  • ScreenshotOne Access Key & Configurations:

    A valid ScreenshotOne Access key is required to capture screenshots. Users can further refine screenshot settings (e.g., viewport size, device emulation, or delay timing) by exploring the available options in the ScreenshotOne API documentation.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Get screenshots

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Get Urls

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 3 - Upload images to the same folder

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - spreadsheets file with urls created

Type / Role
n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
Config choices
Version 1

Block 5 - Send email with folder link

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts
Complexity intermediate
Nodes 9
Categories File Management
Author Niko
Published 25 Mar 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3321/3321.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Capture URL screenshots from Google Sheets with ScreenshotOne & save to Drive with Gmail alerts do?

Capture URL Screenshots Automatically from Google Sheets & Drive with ScreenshotOne & Gmail Alerts Summary This automation template streamlines the process of capturing screenshots for multiple URL...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 use case.