Convert web pages from Google Sheets to Drive markdown files with Gaffa
Convert web pages from Google Sheets to Drive markdown files with Gaffa
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.