I was in a hospital bed when I missed another one. A live loan in my investment portfolio — fully funded before I even knew it existed. By the time I found out anything was live, there was nothing left to invest in.

I couldn't sit there refreshing a platform between appointments, waiting, and fatigue. The mental fog that comes with being in a hospital setting made vigilance impossible. So I built an n8n workflow to do it for me: check the lending platform, filter to the loans I care about, and tap me on the shoulder on Telegram the moment something new appears. This is how I set it up.

Why the timing mattered

My days were shaped by appointments, waiting, fatigue, and the general mental fog that comes with being in a hospital setting. Sitting there refreshing an investment platform and hoping I would catch the right loan at the right moment felt like a poor use of energy. I wanted the system to tap me on the shoulder instead.

The workflow

The workflow checks the lending platform regularly, looks only at loans that match the range I care about, and sends me a Telegram message when something new appears. It also sends follow-up alerts as funding moves up, so I can tell whether a loan is still worth looking at or whether it is already disappearing fast.

That last part mattered more than I expected. A loan sitting at 10% funded and a loan rushing toward full funding are two very different situations. I wanted a little context without having to open the platform every few minutes.

Why n8n fit the moment

I used n8n because it let me build something useful without turning it into a full software project. A schedule trigger starts the workflow, a request pulls the latest loan data, a small logic step filters and tracks what matters, and Telegram handles the delivery. I had limited energy and very little patience for unnecessary complexity. n8n fit that kind of work. I could get from idea to something working fairly quickly, then adjust the alerts as I learned what was useful and what was just noise.

What changed after it was running

The biggest change was psychological. I no longer had that nagging feeling that I might be missing something important just because I was away from my usual routine. If a relevant live loan appeared, I would know. If it was getting funded quickly, I would know that too. That gave me breathing room during a rough period. Instead of obsessively checking, I could let the workflow watch for me and only step in when there was actually something worth seeing. In practice, that meant fewer missed opportunities and much less pointless refreshing.