FINANCE
Daily digest of uncoded card charges with draft GL memos
Each morning, sweeps the prior day's corporate-card charges that still lack memos, drafts GL-coded memos for each, and delivers one consolidated review digest to the controller.
How it runs
The automated pipeline, trigger to output.
- TriggerDaily morning schedule
- ActionQuery yesterday's uncoded charges in BigQueryBigQuery
- ActionResolve vendor and default GL per chargeBigQuery
- ActionDraft per-charge memos and roll up digestOpenAI
- OutputSend consolidated digest to controller SlackSlack
What it does
Instead of pinging the controller per transaction, this runs once a day, gathers every card charge from the last 24 hours that is still uncoded, drafts a GL-coded memo for each, and sends a single tidy digest grouped by spender and amount — so review happens in one focused pass.
When to use it
Use this when per-charge notifications would overwhelm the team and a once-daily batch is the right cadence. Ideal for finance orgs that want a predictable morning routine rather than a constant stream of approval prompts.
How it works
- 1A scheduled trigger fires each business morning.
- 2The flow queries BigQuery for the prior day's card charges that have no memo or GL code.
- 3Each row is enriched against the vendor master to resolve the canonical vendor and default GL account.
- 4An LLM drafts a short memo and GL suggestion per charge, then rolls them into one digest grouped by cardholder.
- 5The digest posts to the controller's Slack channel with a link to bulk-approve.
Set it up
What you configure once, before turning it on.
- 1Connect BigQueryDatasets, queries, schemas.
- 2Connect OpenAIModels, embeddings, files.
- 3Connect SlackChannels, DMs, threads, mentions.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Finance workflows
Detect Annual-to-Monthly Downgrade Refunds Owed
Catches subscriptions switched from an annual term to monthly partway through the prepaid year, computes the unused prepaid balance owed back.
Detect Mid-Cycle Plan Change Mischarges and Queue Credit Memos
Listens for Stripe subscription plan changes, recomputes the correct prorated amount.
Expense Submission Webhook Instant Triage and Routing
Receives each expense submission via webhook the instant it's filed, classifies it as in-policy, needs-review, or hard-violation, and routes it to auto-approval.
Accrual Chase Board in Monday with Per-Owner Tasks
On a schedule it reads open uncoded expenses from Snowflake and creates or updates a Monday item per department owner.
Real-Time Uncoded Expense Nudge on New Spend Event
When a new expense lands without a GL code, a webhook fires and the workflow immediately Slack-nudges the spending owner to code it on the spot.
Monthly Vendor Spend Anomaly Brief for Finance Leads
Once a month, an agent analyzes the full expense ledger for vendor and category spend anomalies, drafts a narrative brief with the top outliers and likely causes.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
