NetSuite and Slack: Weekly Revenue Recognition Digest Template
A scheduled Spojit workflow that pulls recognized and deferred revenue from NetSuite each week and posts a plain-language digest to Slack, so finance tracks the movement without rerunning the report by hand.
What It Builds
A Schedule trigger fires on your chosen weekday. A NetSuite Connector node queries this week's recognized and deferred revenue totals, an Agent-mode Connector node summarizes the week-over-week movement, and a Slack Connector node posts the digest to a finance channel. No spreadsheet exports, no manual report runs.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that runs every Monday at 8am and queries NetSuite for this week's recognized revenue and deferred revenue balances. Summarize the totals and the change from the prior week into a short readable digest, then post it to the #finance Slack channel.
Connectors Used
- Schedule trigger - runs weekly on a cron schedule in your timezone.
- NetSuite - reads recognized and deferred revenue balances.
- Slack - posts the digest to a finance channel.
Customize It
Change the day and time in the prompt to match your close cadence, swap #finance for your own channel, and adjust which figures the digest reports (for example add revenue by subsidiary or by recognition schedule). You can also ask for the movement as a percentage instead of an absolute amount.
Tips
- Give the NetSuite connection read access to the saved searches or records that hold your revenue figures before the first run.
- Use Direct mode on the Slack node when you always post to one fixed channel; it skips AI cost.
- Test with a Manual trigger first, confirm the numbers, then switch to the Schedule trigger.