Earlier quoted context omitted.
I recently started using it, and as an experienced developer, I love it. It's really easy to automate tasks and schedule things. For example, I connected it to my UXWizz MySQL database, asked the AI in UXWizz to give me a query with the funnel conversions for today (visits/pricing/checkout/sales) compared to last week, copied that into n8n and made it send me an emoji-formatted daily Telegram message. I am now using…
Can I ask you why so many things with N8N is connected over Telegram it seems versus for example slack? Not a user of Telegram so I honestly am curious about this choice
Telegram has a really good mobile app, and their BotFather makes it easy to create custom integrations. They display nicely a lot of notification formats (text/html/markdown) and it's free.
Slack is too bloated to simply use for notifications.