workflows.fit
Back to n8n workflows
n8n templateFreeBy Felix

Automated expense tracking with Telegram, easybits & Google Sheets

How it works I wanted to avoid the rush at end of month to log expenses. I tried existing expense apps but found them either too expensive for what they offer, or frustrating with inconsistent extraction results. That...

DevelopmentCore NodesCommunicationHITLUtilityWebhookHttp RequestCode
Loading interactive preview...

Template notes

How it works I wanted to avoid the rush at end of month to log expenses. I tried existing expense apps but found them either too expensive for what they offer, or frustrating with inconsistent extraction results. That is why I built my own Telegram expense bot that:

- Lets users send receipt photos or PDFs via Telegram - Automatically extracts vendor, amount, date, and category using AI - Applies expense rules like partial reimbursement rates (for example, 80% for phone bills) - Organizes expenses into monthly Google Sheets tabs - Asks for clarification when the category is unclear - Supports flexible descriptions via Telegram caption - Sends a confirmation message with expense details

The whole extraction process takes about 10 seconds and is fully GDPR compliant. No coding. No manual typing. Just snap and send.

Step-by-step guide Initial Setup

1. Import the JSON workflow 2. Sign up and log in to easybits at [https://extractor.easybits.tech](https://extractor.easybits.tech) 3. Create a pipeline by uploading an example receipt and mapping the fields you want to extract:<br -- vendorname -- totalamount -- currency -- transactiondate -- category -- extractionconfidence<br For more details, visit our [Quick Start Guide](https://extractor.easybits.tech/documentation/quick-start)

Get Your easybits Credentials 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:<br -- API URL: https://extractor.easybits.tech/api/pipelines/[YOURPIPELINEID] -- API Key: Your unique authentication token <br 4. Copy both values and integrate them into the "Extract with easybits" HTTP Request node

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: To integrate your API Key, make sure to set it up in the following format: &gt; Bearer [YOURAPIKEY]