Tom
Workflows by Tom
Transform markdown content into structured Notion blocks
Markdown to Notion Blocks Converter Transform markdown formatted text into properly structured Notion page content wi...
Poll emails using JMAP
n8n does not currently offer a way to retrieve emails from arbritrary providers via a regular node. Unless you're usi...
Respond with file download to incoming HTTP request
This simple workflow demonstrates how to get an end user's browser to download a file. It makes use of the [Content D...
Merge binary objects on multiple items into a single item
This workflow is the opposite of this one. It transforms multiple different items with one binary object named into a...
Count the items returned by a node
This workflow provides a simple approach to counting the items returned by a node. It uses a Set node with the Execut...
Merge multiple runs into one
This is a workflow that might come handy after using loops. They usually leave you with items spread across different...
Read XML file and store content in Google Sheets
This workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadshee...
Rss feed for ARD Audiothek podcasts
This workflow builds a valid RSS feed (which is an XML feed under the hood) for ARD Audiothek podcasts. This allows y...
Create Salesforce accounts based on Excel file data
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from an Exce...
Create Salesforce accounts based on Excel 365 data
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from Excel 3...
Create Salesforce accounts based on Google Sheets data
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from Google...
Track investments using Baserow and n8n
This workflow uses a number of technologies to track the value of ETFs, stocks and other exchange traded products: Ba...
Google spreadsheet to HTML - variant with JS function
This workflow shows a low code approach to creating a HTML table based on Google Sheets data. It's similar to this wo...
Google spreadsheet to HTML - variant with spreadsheet file
This workflow shows a no code approach to creating a HTML table based on Google Sheets data. To run the workflow: 1....
Identify new Google Sheets rows
This workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows. F...
Split out binary data
This workflows helps with processing binary data. You'll often have binary objects with keys such as , , , etc. attac...
Automate testimonials in Strapi with n8n
This is the workflow powering the n8n demo shown at StrapiConf 2022. The workflow searches matching Tweets every 30 m...
Handle GDPR data deletion requests with Slack
This workflow automatically deletes user data from different apps/services when a specific slash command is issued in...
Create an RSS feed based on a website's content
This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based...
Serve a static HTML page when a link is accessed
This easy to extend workflow automatically serves a static HTML page when a URL is accessed in a browser. Prerequisit...
Get email notifications for newly uploaded Google Drive files
This workflow sends out email notifications when a new file has been uploaded to Google Drive. The workflow uses two...
Send a file from S3 to AWS Textract
This workflow shows how to download an image file from S3 and pass it on to Textract for text extraction. The workflo...