<- all tokdocs

An AI Personal Assistant That Controls Your Email, YouTube, Website, and More

Watch on TikTok

View 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.

n8n workflow showing the full agent architecture with Telegram trigger, switch node, ChatGPT agent in the center, and branching connections to tools including Access Website, Access Airtable, Get Weather, Calculator, Tasty Research, Access Reddit, Access Emails, Get Contacts, YouTube Channel, and more

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.

Telegram chat showing the agent's response with YouTube channel stats: channel name, subscriber count, video titles with views/likes/comments, and optimization recommendations

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.

Split view showing a Telegram conversation with website metadata response alongside the n8n workflow with visible tool connections to Access Website, Access Airtable, and Get Weather

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.

Telegram chat with YouTube stats response visible, alongside the n8n workflow showing the agent's tool architecture with file handling and transcription nodes

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.