PUT/automation
Process automation (n8n)
I connect tools that today work in isolation - CRM, spreadsheets, inboxes, forms - into a single flow, so someone at your company stops manually copying data from one place to another. I build this in n8n so that changing the process doesn't require a developer every time.
One flow instead of manually re-typing data by hand.
This is for you if:
- the same process at your company is done manually and repeatedly, and a system could do it instead
- you have several tools that should exchange data, but nobody has connected them yet
- you want to pre-filter or classify incoming data (leads, submissions, listings) with AI before it reaches a human
What you get:
- An n8n workflow tailored to your process, documented and editable on your own
- A database integration (PostgreSQL) wherever the process needs persistent state, not just a data flow
- AI-based pre-filtering or classification of data, if the process calls for it
- A clear line on what stays in n8n and what should become a proper backend service
example from my work
An automated job-listing pipeline
I built myself a pipeline (n8n + PostgreSQL + a Groq model) that automatically collects job postings, stores them in a database so nothing shows up twice, and pre-scores how well a listing matches before I spend any time on it.
see detailsstack
- n8n
- PostgreSQL
- Groq
- Webhooks