Block 1 - Telegram: Receipt Photo
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Felix.
Original n8n.io sourceThis 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:
Before connecting this workflow, you need a configured extraction pipeline on easybits.
invoice_number (String) – The unique identifier of the invoice, e.g. INV-20240301currency (String) – The currency code found on the invoice, e.g. USDamount (Number) – The total amount due on the invoice, e.g. 149.99https://extractor.easybits.tech/api/pipelines/[YOUR_PIPELINE_ID]> 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.
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.
| 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 |
Use the JSON export at /data/workflows/14133/14133.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.