An AI Personal Assistant That Controls Your Email, YouTube, Website, and More
Watch on TikTok
This n8n-based AI agent named "Jenny" connects to over a dozen services and acts as a personal assistant you can talk to through Telegram. It can pull YouTube analytics, scrape your website, send emails, access Airtable, check the weather, search Reddit, and more.
The Architecture
The agent sits at the center of an n8n workflow with branching connections to each integrated service. A Telegram trigger captures incoming messages (text or voice), routes them through a switch node, and passes them to the ChatGPT-powered agent. The agent determines which tool to call based on the user's request.

Live Demos
YouTube Stats: Ask "Can you get my latest YouTube stats?" and the agent returns subscriber count, video titles, view counts, likes, comments, and recommendations for improving discoverability.

Website Analysis: Ask for the meta title and hero section content of your website, and the agent scrapes the page and returns structured data including the title, description, and keywords.

Sending Emails: Tell the agent to send an email to a specific person with a specific message, and it drafts and sends it through your connected email account. The demo shows it composing a message asking about a Facebook ads report and weekend plans.

Key Takeaways
- A single n8n agent can connect to 12+ services through individual tool nodes
- Telegram serves as the chat interface, supporting both text and voice input
- The agent decides which tool to call based on the content of your message
- Practical uses include analytics reporting, website monitoring, email automation, and research
Resources
- n8n -- Workflow automation platform powering the agent
- Telegram Bot API -- Chat interface for interacting with the agent
Published May 25, 2026. Writeup generated from a favorited TikTok.