See llms.txt for all machine-readable content.

Back to Templates

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

Created by

Created by: James Mundy || jamesmundy
James Mundy

Last update

Last update 4 hours ago

Categories

Share


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

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

Setup

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