Wire orders into Slack

Last updated August 27, 2026 · 1 min read

Nothing focuses a team like watching sales land in a channel. This is the simplest version and it needs no code.

Make the catch hook

In Zapier or Make, create a webhook trigger. Both give you a URL that accepts JSON — that URL is the whole integration on their side.

Connect it in Plugins

Paste the URL into Plugins, tick "Order paid", and save. The Marquee posts the order total, the buyer, and the event whenever a sale completes.

The connection shows its last delivery status, so you can see it working rather than hoping.

Format the message on their side

The second step in Zapier or Make posts to Slack. Keep the message short: event, amount, running total if you can compute it. A noisy channel gets muted, and a muted channel is worse than no channel.