Revel and Slack: New POS Order Alert Template
Post a Slack alert the moment a new Revel POS order comes in, so your team sees live sales activity without watching the register.
What It Builds
A Webhook Trigger receives each new order from Revel. A Connector node in Direct mode then posts a message to Slack with the order number, location, items, and total. No second tool is needed, and the run is a single straight-through path from POS event to channel post.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a workflow that triggers on a webhook when a new Revel POS order is placed, then posts a message to the #sales Slack channel with the order number, location name, the line items, and the order total.
Connectors Used
- Revel - delivers each new POS order to the Webhook Trigger.
- Slack - posts the order alert to a channel.
Customize It
Change #sales to whichever channel your team watches, and adjust which fields appear in the message: drop the line items for a shorter alert, or add the server or payment type. You can also reword the prompt to only alert when the total is above a set amount for big-ticket orders.
Tips
- Set the Webhook Trigger's HMAC verification to Custom and add Revel's signing secret so only genuine orders start a run.
- Keep the Slack node in Direct mode here: it posts one exact message with no AI cost.
- For multi-location chains, include the location in the text so staff can filter by store at a glance.