Skip to main content

Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets

Workflow preview

Workflow preview
100%
Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets preview
Open on n8n.io

1. Workflow Overview

How It Works This workflow automates multi currency expense tracking via Telegram. Send a receipt photo to your bot, and it automatically extracts the invoice details, converts the amount to EUR us...

Best for

  • Invoice Processing automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.extractfromfile, n8n-nodes-base.set

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Felix.

Original n8n.io source

1.1 Workflow description

Title
Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets
Workflow name
Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets

How It Works

This workflow automates multi-currency expense tracking via Telegram. Send a receipt photo to your bot, and it automatically extracts the invoice details, converts the amount to EUR using a live exchange rate, and logs everything straight into Google Sheets.

Flow overview:

  1. User sends a receipt photo via Telegram
  2. easybits Extractor reads the document and returns structured data
  3. The data is normalised and cleaned
  4. The exchange rate is fetched (with fallback if needed)
  5. The amount is converted to EUR
  6. The result is appended to Google Sheets

Step-by-Step Setup Guide

1. Set Up Your easybits Extractor Pipeline

Before connecting this workflow, you need a configured extraction pipeline on easybits.

  1. Go to extractor.easybits.tech and click "Create a Pipeline".
  2. Fill in the Pipeline Name and Description – describe the type of document you're processing (e.g. "Invoice / Receipt").
  3. Upload a sample receipt or invoice as your reference document.
  4. Click "Map Fields" and define the following fields to extract:
  • invoice_number (String) – The unique identifier of the invoice, e.g. INV-20240301
  • currency (String) – The currency code found on the invoice, e.g. USD
  • amount (Number) – The total amount due on the invoice, e.g. 149.99
  1. Click "Save & Test Pipeline" in the Test tab to verify the extraction works correctly.

2. Connect the easybits Node in n8n

  1. Once you have finalized your pipeline, go back to your dashboard and click Pipelines in the left sidebar.
  2. Click "View Pipeline" on the pipeline you want to connect.
  3. On the Pipeline Details page, you will find:
  • API URL: https://extractor.easybits.tech/api/pipelines/[YOUR_PIPELINE_ID]
  • API Key: Your unique authentication token
  1. Copy both values and integrate them into the "easybits Extractor" HTTP Request node in the workflow.

> To keep in mind: Each pipeline has its own API Key and Pipeline ID. If you have multiple pipelines (for example, one for receipts and one for invoices), you will need separate credentials for each.

> Important: When adding your API Key, set the Credential Type to Bearer Auth and paste your API Key as the Bearer Token value.


3. Connect Your Telegram Bot

  1. Open the Telegram: Receipt Photo node.
  2. Connect your Telegram Bot credentials (Bot Token from @BotFather).
  3. Make sure "Download" is enabled under Additional Fields so the image binary is forwarded correctly.

4. Connect Google Sheets

  1. Open the Append row in sheet node.
  2. Connect your Google Sheets account via OAuth2.
  3. Select your target spreadsheet and sheet.
  4. Make sure your sheet has at least these two columns: Vendor Name and Overall Due.

5. Activate the Workflow

  1. Click the "Active" toggle in the top-right corner of n8n to enable the workflow.
  2. Send a receipt photo to your Telegram bot to test it end to end.
  3. Check your Google Sheet – a new row with the invoice reference and EUR amount should appear.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Telegram: Receipt Photo

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1

Block 2 - Parse AI Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 1

Block 3 - Get Exchange Rate (Primary)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 4 - Did Primary Fail?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 5 - Fallback API (Cloudflare)

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 6 - Calculate EUR

Type / Role
n8n-nodes-base.code - code
Config choices
Version 1

Block 7 - Append row in sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1.1

Block 16 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

3. Summary Table

Workflow Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets
Complexity advanced
Nodes 17
Categories Invoice Processing, AI Summarization
Author Felix
Published 18 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14133/14133.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Track multi-currency expenses from receipts with easybits, Telegram, and Google Sheets do?

How It Works This workflow automates multi currency expense tracking via Telegram. Send a receipt photo to your bot, and it automatically extracts the invoice details, converts the amount to EUR us...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing, AI Summarization use case.