Convert web pages from Google Sheets to Drive markdown files with Gaffa

Go to Workflow
0 views
Built by James Mundy James Mundy
Created on August 28, 2026

Description

Quick Overview
This chat workflow takes a URL, uses Gaffa to render the web page in a browser and convert it to clean markdown, then returns the markdown directly in the n8n chat response.

How it works
Receives a chat message containing a URL via the n8n Chat trigger.
Uses Gaffa to load the URL, render the page, and convert its content to markdown.
Returns the generated markdown back to the chat as the workflow output.

Setup
Install the Gaffa community node package (@gaffa-dev/n8n-nodes-gaffa).
Create a Gaffa API key at gaffa.dev and add it as a Gaffa API credential in n8n.
Activate the workflow and use the chat interface to send a URL to the trigger.

Nodes Used (3)

Code
n8n-nodes-base.code
Google Drive
n8n-nodes-base.googleDrive
Google Sheets
n8n-nodes-base.googleSheets