NetSuite and Slack: Daily Open-Order Digest Template
A Spojit template that pulls your open NetSuite sales orders every morning and posts a tidy digest to Slack so operations can see what still needs to ship.
What It Builds
A Schedule trigger fires once a day on a cron you set. A NetSuite Connector node lists sales orders with an open or pending fulfillment status, a Transform node formats them into a readable summary, and a Slack Connector node posts that digest to your operations channel. No one has to log in to NetSuite to know what is outstanding.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every weekday at 8am, lists all open NetSuite sales orders that have not shipped, and posts a digest to the #operations Slack channel showing the order number, customer name, order date, and total for each one, plus a count of how many orders are still open.
Connectors Used
- Schedule trigger - runs the workflow on a daily cron in your timezone.
- NetSuite - lists open sales orders awaiting fulfillment.
- Slack - posts the formatted digest to a channel.
Customize It
Change the run time and days in the prompt (for example, every day at 7am), swap #operations for your own channel, and adjust which fields appear in the digest. You can also tighten the filter to a specific subsidiary, location, or order amount threshold so only the orders your team cares about show up.
Tips
- Use the NetSuite node in Direct mode for a predictable list query with no AI cost; switch to Agent mode only if you want it to summarize or prioritize the orders.
- Make sure your NetSuite connection has read access to transactions and your Slack connection can post to the target channel.
- If the open-order list is long, ask Miraxa to cap the digest at the oldest 25 orders and link out for the rest.