This n8n workflow enables automatic capturing and sharing of website screenshots through Telegram. It begins with a manual trigger, allowing the user to initiate the process. Upon activation, the workflow calls the uProc API to take a full-page screenshot of a specified URL. Once the screenshot is generated, it is sent to a designated Telegram chat as a photo, facilitating quick sharing of website visuals. This workflow is particularly useful for monitoring website updates, sharing snapshots during meetings, or automating reporting tasks where visual data is essential.
**Workflow steps:**
1. Manual Trigger: Starts the process when the user clicks the button.
2. Screenshot Generation (uProc node): Uses the uProc API to capture a full-page screenshot of ‘https://n8n.io’, with a width of 1024 pixels.
3. Sending Photo (Telegram node): Sends the generated screenshot as a photo message to a specified Telegram chat.
This setup provides a seamless way to automate visual content sharing and can be customized for various monitoring or reporting scenarios in digital workflows.
Reviews
There are no reviews yet.