Engineering Workflows
What are Engineering n8n workflows?
Engineering n8n workflows are reusable automation templates for engineering use cases. This category includes workflows that connect apps, transform data, trigger notifications, sync records, and reduce repetitive manual work. Each listing includes workflow metadata, author attribution, complexity level, relevant categories, source links when available, and a downloadable JSON file for inspection before import. Use this page to compare templates, identify the tools involved, and choose a workflow that fits your workspace before testing it safely in n8n.
Get the community profile of a repository

Generate and insert data into a Postgres database
This is Workflow 1 in the blog tutorial Database activity monitoring and alerting. Prerequisites A Postgres database...
API queries data from GraphQL
Simpe API which queries the received country code via GraphQL and returns it. Example URL: [https://n8n.exampl.ecom/w...
Get execute command data and transfer to JSON
Shows how it is possible to use the data of a command line tool which returns JSON. Example shows how: 1. to bring da...
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...
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 simply provide mock data. Y...
Insert Excel data to Postgres
1. Read XLS from file 1. Convert it to JSON 1. Insert it in Postgres