Automate Nutrient Tracking with n8n, Telegram & OpenAI

Discover how this n8n workflow uses Telegram, OpenAI, and Google Sheets to automate meal tracking by extracting nutrient data from voice or text messages. Save time and eliminate manual errors in nutritional logging with this precise automation.
telegramTrigger
lmChatOpenAi
googleSheets
+7
Workflow Identifier: 2115
NODES in Use: telegramTrigger, telegram, openAi, lmChatOpenAi, outputParserStructured, agent, splitOut, code, googleSheets, limit
Automate nutrient tracking with n8n and Telegram

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

What this workflow does

This workflow takes meal messages from Telegram, either text or voice.
It turns voices into text, then finds all nutrient information by asking AI.
The nutrients are split and stored into Google Sheets with a date.
The user gets a confirmation back in Telegram.

This saves lots of time in tracking food and errors are lowered.
The data is easy to see and can be used later.


Who should use this workflow

If you collect daily meal data by message or voice, and need quick nutrition info in sheets,
this workflow fits well.
You do not need to type or calculate nutrients by hand.

It works for nutritionists, coaches, diet clients, or anyone logging meals.
Users send food lists, and the workflow handles the rest.


Tools and services used

  • Telegram Bot API: Receives user messages and voice notes.
  • OpenAI API: Transcribes voice audios and extracts nutrient data using GPT-4o-mini specialized for nutrition.
  • Google Sheets API: Stores the parsed nutrient data with timestamps.
  • n8n automation platform: Runs and connects all automation steps.

Input → Processing → Output

Inputs

  • User messages via Telegram bot (text or voice).

Processing steps

  • Detect if message is text or voice.
  • Download voice message audio if present.
  • Use OpenAI audio transcription to get text from voice.
  • Send meal text to OpenAI GPT-4o-mini with nutrition-focused prompt.
  • Receive structured JSON nutrient list (calories, proteins, carbs, fats, electrolytes).
  • Split JSON into individual nutrient records.
  • Add Excel-style date timestamp.
  • Append data to Google Sheet with columns: name, quantity, unit, date.

Output

  • Stored nutrient data in Google Sheets.
  • Confirm message sent back on Telegram.

Beginner step-by-step: How to use this workflow in n8n

Import workflow

  1. Download the workflow file using the Download button on this page.
  2. Inside your n8n editor, choose “Import from File” and select the downloaded workflow.

Set up credentials

  1. Add Telegram API credentials with the Bot API Key in n8n Settings > Credentials.
  2. Add OpenAI API Key to allow chat and transcription in the same Credentials section.
  3. Add Google Sheets OAuth2 credentials and link your Google account.

Update workflow variables

  1. Open the Google Sheets node and update Sheet ID and sheet name if needed.
  2. Check the Telegram Bot chat/channel IDs if your bots uses specific chats.
  3. In the nutrition prompt node, you can copy-paste or update the prompt text if you want to track different nutrients.

Test and activate

  1. Send a text or voice meal message to your Telegram bot.
  2. Watch the workflow run in n8n and check Google Sheets for new nutrient data.
  3. When confirmed working, set the workflow status to “Active” to run in production.

Using self-host n8n helps keep control and privacy if preferred.


How this workflow works

The process starts when Telegram sends a message to the n8n webhook.

The workflow splits voice from text messages.
Voice notes get downloaded and turned into text using OpenAI transcription.

The meal description text goes to OpenAI GPT-4o-mini.
The AI reads it and finds nutrient amounts in calories, proteins, carbs, fats, sodium, potassium, magnesium, zinc, and iron.

The AI returns a JSON array with nutrient names, quantities, and units.
The workflow explodes this list so each nutrient is its own item.

A small code node adds the current date in a format that matches Google Sheets’ date type.

All nutrient items are added to the spreadsheet with name, quantity, unit, and date.

At the end, the user who sent the meal gets a quick Telegram reply that their meal was saved.


Customizations

  • You can add vitamins like Vitamin D or Fiber to the AI prompt by editing the system message.
  • Add meal type tagging by checking keywords in a “Code” node after explosion and then store “breakfast”, “lunch”, or “dinner”.
  • Change the Telegram reply to include calorie totals or protein counts from the parsed data.
  • Add Slack or email notifications to alert when a meal is logged.

Troubleshooting

  • Telegram API authentication failed:
    Wrong Bot API key.
    Update Telegram credentials with a correct key.
  • OpenAI transcription error or empty response:
    Bad or missing audio data.
    Check that “Transcribe Recording” node points to the right binary property (usually ‘data’).
  • Google Sheets append failed:
    Wrong Sheet ID or column mismatch.
    Confirm Sheet ID and columns match exactly the node settings.

Pre-production checklist

  • Telegram Bot credentials valid and webhook URL is running.
  • Google Sheets connection tested with sample data.
  • OpenAI API Key with chat and audio transcription rights.
  • Test messages sent (text and voice) to check all branches.
  • Verify Google Sheets data formatting.
  • Back up the workflow configuration before going live.

Deployment guide

Set workflow status to Active.

Use n8n dashboard to monitor for errors or delays.

Check Google Sheets weekly for data quality.

For larger scale, consider running n8n on server with more resources and watching API usage limits.

Summary and results

✓ Saves about 5 hours per week by removing manual nutrition logging.

✓ Cuts transcription and calculation errors in meal tracking.

✓ Produces detailed, neat nutrient records automatically in Google Sheets.

✓ Sends instant confirmation to the user that meal data was saved.

→ Easy to set up by importing workflow, adding credentials, and testing.

→ Supports multiple users sending meals simultaneously over Telegram.

→ Can be customized to track more nutrients or add meal labels.

Automate nutrient tracking with n8n and Telegram

Visit through Desktop to Interact with the Workflow.

Frequently Asked Questions

The Telegram Bot API receives messages, the workflow checks if message has voice, then transcribes voice or uses text. OpenAI GPT-4o-mini extracts nutrients, and data is stored in Google Sheets.
Telegram Bot API Key, OpenAI API Key with chat and transcription access, and Google Sheets OAuth2 credentials are required.
Check that the voice audio is downloaded properly in the “Get Audio File” node, and that the “Transcribe Recording” node references the right binary property. Retry if needed.
Yes, the webhook listens for multiple updates at once and processes all messages independently.
Author
Written By
Vikash Kumar
Building AI agents, n8n workflows and end-to-end automation for 30+ Brands across India, the US, Europe, Dubai & Australia. 7+ years of Experience saving founders real hours every week - no code required.

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.