← SOFTWARE & PROJECTS
DEMO
AUTOMAZIONE

n8n automations

Workflows and low-code tricks to automate repetitive everyday tasks, built with n8n.

STATUSDemo
PUBLISHEDMay 28, 2026
STACKn8n · No-code · API

n8n is a low-code automation tool: instead of writing a bespoke backend for every integration, you connect different services — chat, cloud storage, social, APIs — by dragging nodes onto a canvas and drawing the flow the data takes from one to the next. The advantage isn't just speed: it's that the workflow stays visible. Tomorrow you open it, see at a glance where a piece of data goes, and change one part without re-reading a monolithic script. This section gathers three flows I actually use every day, not showcase examples — and it's the same tool that orchestrates MioLink's AI newsroom.

Telegram news bot

The first flow is my personal digest. At regular intervals it reads a set of selected sources, filters and orders what's new, and forwards it automatically to a Telegram channel. The result is that in the morning the news I care about is already there, in one place, without my having to open ten different sites to check whether something came out. It's exactly the repetitive, low-creativity task automation was made for.

Automatic backup to Drive

The second is a safety net. A scheduled flow periodically copies important files and projects to Google Drive, so a recent copy always lives off the main server. Backups are the thing everyone knows they should do and almost nobody does by hand with any consistency: moving them onto an automation is what makes them reliable, precisely because they stop depending on someone remembering.

Scheduled social posts

The third plans and publishes content on social channels at set times. Online presence works when it's consistent, but consistency by hand is tiring: one busy week and you miss a beat. Preparing content once and letting the automation publish it at the right moment keeps the rhythm even in stretches when there's no time to manage it manually.

The common thread

None of these three flows is spectacular on its own — and that's exactly the point. Low-code automation is at its best on the small recurring chores, the ones that cost two minutes each but add up to hours, and that above all get forgotten. n8n is the glue that holds these things together and, in the portal's bigger projects, orchestrates far more complex flows: the same node logic that forwards a news item here coordinates a whole newsroom of AI models in MioLink.