SalesFREE

Celebrate Every Closed-Won monday.com Deal in Slack

The instant a deal is marked won in monday.com, this posts a celebratory Slack message with the deal name, value and owner — keeping the whole team's energy up and revenue visible.

difficulty Beginnersetup 15 minresult A "🎉 Deal won" message hits Slack the moment any monday.com opportunity closes, with amount and owner attached.
  1. 1

    Step 1 — Trigger on stage change

    Add the monday.com trigger (or webhook) for deal/opportunity updates, filtered to the "Closed Won" stage.

  2. 2

    Step 2 — Pull the deal details

    Add a Set node capturing deal_name, amount and owner from the monday.com payload.

  3. 3

    Step 3 — Post to Slack

    Add a Slack node. Set Resource to Message and Operation to Send. Choose the channel (e.g. #alerts) and drop a celebratory line with the deal name, amount and owner into the message text using expressions like {{ $json.summary }}. Connect your Slack OAuth or bot-token credential.

Frequently asked questions

Only announce big deals?

Add an `If` node on `amount` between Steps 2 and 3 so only deals above your threshold ping Slack.

Can I add a leaderboard?

Log each win to a Google Sheet as well, then a weekly digest can rank owners by closed revenue.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.