N8N Workflows

Listen on new emails on an IMAP mailbox

Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified xml property on...

Report phishing websites to Steam and CloudFlare

Webhook to report through Mailgun phishing websites to Steam and CloudFlare (if the domain is on CloudFlare) You have to...

Webhook returning XML

Receives data from an incoming HTTP Request (set up to use respond to webhook node) Create dummy data Convert JSON...

Write JSON to Disk (Binary)

The “Write Binary File” expects binary data. The JSON data is, however, JSON ;) There should really be a node...

Using the Merge Node - Merge by Key

This is an example of how you can make Merge by Key work. The “Data 1” and “Data 2” nodes...

Send Typeform results to Google Sheet, Slack and email

Trigger on new Typeform form submission Write data to Google Sheet Check the severity of the problem If very severe...

Telegram sticker bot

Gets triggered by Telegram once a user sends a message Checks if the message contains a sticker If a sticker...

n8n Nodemation basic - creating your first simple workflow (2/3)

In this video we will create a simple n8n Nodemation workflow to receive data via webhook, alter the data and...

n8n Nodemation basic - getting started on the workflow canvas (1/3)

In this video I will show you the workflow canvas and how to use nodes by building your first simple...

Transform XML data and upload to Dropbox

Download XML data Convert it to JSON Change title in data Convert back to XML Upload files to Dropbox