logoalt Hacker News

XCSmeyesterday at 4:26 PM1 replyview on HN

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 it to implement an AI chat-bot/support ticket responder, and I'm planning to migrate a Node.js auto-poster to it, so I can easily change the schedule/model/content of the post without having to edit any code.

I like that it has good documentation for integrations. For example, I was testing Google Ads, and I want to do conversion tracking without adding the Google JS to my page. Again, I used an MySQL connection to my UXWizz analytics dashboard to select the gclid for all visits that lead to a conversion event, then with n8n I upload those daily to a Google Sheet, which is then used by Google Ads to properly track conversions. The Google Sheet integration is not trivial (you need Google Cloud account, create an app, create oauth login, etc.), but the n8n docs were clear enough to follow and up-to-date enough to work.


Replies

rkuodysyesterday at 5:38 PM

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

show 3 replies