n8n Guides

Practical n8n guides

Real, tested automations, with the workflow's JSON file ready to import. No theory: just procedures that work.

How to monitor if a site is online with n8n

Periodic check of a site's status, with no paid services.

Get a Telegram alert when an endpoint goes down

Telegram notification only when status changes, no spam.

Get a Telegram notification when an RSS feed publishes a new article

A mini automatic feed reader that writes to you on Telegram.

How to watch a Solana mint or program with n8n

Automatic Telegram alert on new transactions for an SPL mint or program ID, no external database.

n8n Solana wallet transaction alert on Telegram

Telegram ping on every new transaction for a specific wallet address.

Monitor a Solana token price with a Telegram alert

Telegram alert when an SPL token crosses a price threshold, via the free Jupiter API.

Solana wallet balance drop alert on Telegram

Ping only when a wallet's SOL balance crosses below a level you set, not on every transaction.

Get a Telegram alert on incoming USDC transfers to a Solana wallet

Alert only when USDC actually arrives, filtering out everything else the wallet does.

Solana new token account / airdrop alert on Telegram

Know the moment a wallet holds a brand-new SPL token it never had before.

Solana token price watchlist alert on Telegram

Watch several SPL tokens at once with one Telegram alert per token, one API call for all.

Solana token percentage price drop alert on Telegram

Alert on a percentage drop from the recent high, a moving target instead of a fixed price.

Solana token price alerts without an exchange account or API key

Why the free Jupiter aggregator means you never need to sign up for market-data access.

n8n website change detection, self hosted

Hash-based content diffing with a Telegram alert — different from uptime monitoring.

n8n RSS keyword alert workflow

Only get notified for the RSS articles that mention a keyword you care about.

n8n webhook: send a form submission to Slack

Route your site's contact form straight into a Slack channel, no third-party form service.