- Automate invoice data extraction from Telegram messages.
- Store invoice information in Google Sheets for easy access and analysis.
- Send automated responses to users with invoice details and links.
Trigger the workflow when an invoice is received via Telegram. Download the invoice file from the Telegram message. Analyze the invoice image using OCR to extract relevant data. Update the Google Sheets database with the extracted invoice information. Upload the invoice image to Google Drive for storage. Send a response back to the user with invoice details.
- 1Import the workflow template into your n8n instance.
- 2Configure Telegram credentials to receive messages.
- 3Set up Google Sheets and Google Drive credentials.
- 4Replace the OCR API key with your own in the workflow.
- 5Test the workflow by sending an invoice through Telegram.