NetSuite and Slack: Low-Stock Component Reorder Alert Template
A scheduled Spojit workflow that checks NetSuite for components below their reorder point and posts a draft reorder list to a Slack channel for your buyer.
What It Builds
A Schedule trigger fires the workflow on a fixed cadence. A NetSuite Connector node queries inventory items whose available quantity has fallen below their reorder point, a Transform node shapes the results into a tidy list, and a Slack Connector node posts that draft reorder list to the buyer's channel.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every weekday at 7am, queries NetSuite for inventory components whose available quantity is below their reorder point, and posts a draft reorder list to the #purchasing Slack channel showing each item's name, SKU, quantity on hand, reorder point, and suggested order quantity.
Connectors Used
- Schedule trigger - runs the check on a cron cadence in your time zone.
- NetSuite - reads inventory items and their reorder points.
- Slack - posts the formatted reorder list to a channel.
Customize It
Change the cron time, swap #purchasing for your buyer's channel, or filter to a single subsidiary or location. You can also adjust which fields appear in the message or add a buffer to the suggested order quantity, all by editing the prompt before you build.
Tips
- Use the NetSuite node in Direct mode for a clean, repeatable saved-search query with no AI cost.
- Make sure your NetSuite connection has read access to inventory and item records.
- Keep the Slack message a draft for review: a person still places the actual purchase orders.