Turn chat messages into expense records. Teammates send a receipt photo to a Telegram bot, and the key details go straight into a Google Sheet. The sender gets a quick chat confirmation and finance receives an SMS alert.
The flow starts when the Telegram trigger receives a message and downloads the file. An HTTP request sends the image to Mindee, which reads the merchant, date, amount, currency, and category. A Set node cleans and renames the fields, then Google Sheets appends a new row to range A:G using OAuth2. After saving, a Telegram message confirms the details to the sender, and Twilio sends a text to the finance number.
The HTTP request uses multipart form data and header authorization, and the node sends binary data so the file reaches the parser. The Set node keeps only the mapped values, which keeps the sheet tidy and ready for reporting. Share the spreadsheet with the OAuth account and the row will show up right away. Use international phone formats in Twilio to avoid delivery issues. Great for consultants, field teams, and small finance groups who want fast receipt capture from the phone they already use.