MarketMan and Slack: High-Cost Item Alert Template
A scheduled Spojit workflow that pulls actual-versus-theoretical food cost from MarketMan, flags menu items running over target, and posts the variances to Slack for your kitchen manager.
What It Builds
A Schedule trigger fires the workflow on the cadence you choose (for example, every morning). A MarketMan Connector node pulls actual-versus-theoretical cost data, a Condition node keeps only items whose actual cost exceeds their target, and a Slack Connector node posts the flagged items and their variances to a channel. No one has to log in and run a report by hand.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every morning at 8am, pulls actual-versus-theoretical cost data from MarketMan, finds menu items where the actual cost is more than 5 percent over the target cost, and posts each flagged item with its name, target cost, actual cost, and variance to the #kitchen-costs Slack channel. If nothing is over target, post that all items are on target.
Connectors Used
- Schedule trigger - starts the run on your chosen cron cadence and time zone.
- MarketMan - reads actual-versus-theoretical cost figures per menu item.
- Slack - posts the high-cost summary to a channel.
Customize It
Change the time and frequency in the prompt, swap #kitchen-costs for your channel, and adjust the 5 percent threshold up or down. You can also narrow to a single location or category, or add the average cost per cover to each line.
Tips
- Use a Direct mode Slack node when you want one exact message every time, with no AI cost.
- Confirm your MarketMan connection has read access to cost and recipe data before the first run.
- Tighten the threshold gradually so the channel stays signal, not noise.