πŸ“ Create screenshots with uProc, save to Dropbox and send by email

⚑ 2,469 views Β· πŸ“ File Management

Description

Do you want to create a website screenshot without browser extensions?

This workflow creates screenshots of any website using the uProc Get Screenshot by URL tool and sends an email with the screenshots.

workflow-screenshot

You need to add your credentials (Email and API Key - real -) located at Integration section to n8n.

Node β€œCreate Web + Email Item” can be replaced by any other supported service returning Website and Email values, like Google Sheets, Mailchimp, MySQL, or Typeform.

Every β€œuProc” node returns an image URL of the captured website. This generated URL will remain only 24 hours in our server.

You can set up the uProc node with several parameters:

In our workflow, we generate two screenshots:

  1. One screenshot of 640 pixels width.
  2. One full-page screenshot of 640 pixels width.

Screenshots are downloaded by β€œGet File” nodes and saved to the screenshots folder in Dropbox.

image.png

Finally, we use the Amazon SES node to send an HTML email with both screenshots to the specified email.

We will receive the next email:

image.png

πŸ”— Nodes Used

Dropbox, Function Item, HTTP Request, Start, AWS SES, uProc

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup