Google Sheets AI Enricher
Read new rows from Google Sheets, classify or enrich them with an LLM, and write the results back automatically.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
5 nodes · Free & source-available
Google Sheets AI Enricher
Turn your spreadsheet into a live AI enrichment pipeline: rows come in raw, a language model adds a classification or summary column, and the result goes straight back to the sheet.
What this workflow does
- Cron trigger runs on your chosen schedule
- Google Sheets (read) fetches the latest unprocessed rows
- LLM classifies or enriches each row's content
- Google Sheets (write) appends the result to a target column
- Output logs the number of rows processed
Use cases
- Lead qualification from form submissions
- Sentiment scoring for customer feedback
- Automatic category tagging for content calendars
Setup
Connect your Google OAuth credentials in Heym. Set the spreadsheet ID and sheet name on both Google Sheets nodes. Adjust the LLM system instruction to match your classification task.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Data & AnalyticsJSONPlaceholder User ProfileLoad a sample user record from JSONPlaceholder — handy for prototyping Set/Mapper nodes and mock APIs.
- Data & AnalyticsEvent Analytics to ClickHouseInsert events into ClickHouse and run a scheduled aggregate report — CRUD plus raw SQL over OLAP tables.
- Data & AnalyticsSet — Field RemapMap incoming text into named fields with the Set node before handing off to webhooks or databases.
- Data & AnalyticsSlack + Postgres MCP Answer AgentAnswer Slack channel questions by letting an Agent query Postgres through MCP, then post the answer back to Slack.
- Data & AnalyticsGrist to BigQuery Sync LogRead qualified rows from Grist, stream them into BigQuery, and log the sync outcome in a Heym DataTable.
- Data & AnalyticsKPI Anomaly Slack WatchRead operational KPI rows from Google Sheets, detect unusual changes with AI, and notify Slack when action is needed.
- Data & AnalyticsCSV Stats Analyzer (Agent Skill)An agent runs a bundled Python skill that parses CSV text and returns per-column summary statistics — no API keys needed.
- Data & AnalyticsDeterministic MCP Catalog LookupCall one known MCP search tool directly from a workflow without an LLM choosing the tool.
- Data & AnalyticsInventory Allocation Conflict AgentCompare warehouse, marketplace, and preorder inventory feeds, then route allocation conflicts before oversells hit customers.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Dev & IT OpsCodex PR Fix AgentSend a coding task to Codex, open a draft PR when it succeeds, and notify Slack when Codex needs follow-up input.
- Dev & IT OpsOpenCode Go PR Fix AgentSend a coding task to OpenCode Go, open a review-ready pull request, and return the implementation result.