n8n-nodes-base.xml
88 workflows using this node.
What is the n8n-nodes-base.xml node used for in n8n workflows?
n8n-nodes-base.xml n8n workflows are automation templates that use the n8n-nodes-base.xml node as part of a reusable workflow. Builders use these templates to inspect how the node connects with triggers, data transformation steps, app integrations, notifications, storage, or AI-powered actions inside n8n. Each workflow listing includes a title, summary, author attribution, categories, complexity level, source links when available, and a downloadable JSON file for review before import. Use this page to compare practical examples, understand the surrounding nodes, and choose a template that can be safely tested and adapted in your own n8n workspace.
n8n-nodes-base-xml
Parse DMARC reports, save them in database and notify on DKIM or SPF error
Who is it for If you are a postmaster or you manage email server, you can set up DKIM and SPF records to ensure that...
🦅 Get a bird's-eye view of your n8n instance with the Workflow Dashboard!
UPDATE on May 2025 – added section with all n8n instance webhooks Using n8n a lot? Soar above the limitations of the...
Convert an XML file to JSON via webhook call
Who this template is for This template is for everyone who needs to work with XML data a lot and wants to convert it...
Get your website indexed by Google automatically
Supercharge Your Website Indexing with This Powerful n8n Workflow! Google page indexing too slow? Tired of manually c...
Generating Keywords using Google Autosuggest
This workflow is aimed at generating keywords for SEO and articles To get started, you need to use the workflow as it...
Provide latest euro exchange rates from European Central Bank via webhook
What is this workflow doing? This simple workflow is pulling the latest Euro foreign exchange reference rates from th...
Simple Google indexing workflow in n8n
What it does The workflow is a simple yet efficient way to automate the process of indexing your website on Google us...
Create 2 XML files: with and without XML attributes
This workflow demonstrates two ways of exporting data from SQL to XML. First, several random records are received fro...
Xml to SQL database import
This is an example workflow that imports an XML file into an SQL database. The ReadBinaryFiles node loads the XML fil...
Sql to XML export with XSL template formatting
This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template. The...
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...
Convert the JSON data received from the CocktailDB API in XML

Convert XML to JSON
Transforms XML data to JSON honoring XML attributes by putting them in a separate key:
Listen on new emails on a IMAP mailbox
Listen on new emails on a given IMAP mailbox. Converts the binary XML attachment to a stringified property on the obj...
Webhook returning XML
1. Receives data from an incoming HTTP Request (set up to use respond to webhook node) 1. Create dummy data 1. Conver...
Transform XML data and upload to Dropbox
1. Download XML data 1. Convert it to JSON 1. Change title in data 1. Convert back to XML 1. Upload file to Dropbox