We recently built an order tracking system for a client in Retool, where employees had to copy details from customer emails into a form. Way too much repetitive typing...
Instead, a Retool Workflow grabs the email, parses it with AI, then inserts the results back into the DB, almost in real time.
Here’s a quick breakdown on how to achieve the same thing: Article
Thanks for sharing @Backofficely
I feel like having something similar where it incoming emails get categorized as to-do's or linear/jira tickets especially if its a large shared inbox
I've been looking for a way to forward e-mails directly to Retool (Forwarding Google Workspace/Groups Emails to Retool Workflows) but got stuck. I'm now left to get Intercom conversation over API instead of directly routing e-mails to a Retool workflow...
You can set it up like this: Gmail sends a push notification to Cloud Pub/Sub every time a new message lands in the inbox. Pub/Sub then triggers a Cloud Function, which connects back to Gmail to pull down the actual message.