SalesFREE

Celebrate Every Closed-Won Close Deal in Microsoft Teams

The instant a deal is marked won in Close, this posts a celebratory Microsoft Teams 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 Microsoft Teams the moment any Close opportunity closes, with amount and owner attached.
  1. 1

    Step 1 — Trigger on stage change

    Add the Close 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 Close payload.

  3. 3

    Step 3 — Post to Microsoft Teams

    Add a Microsoft Teams node. Choose the team and channel, then compose the card from a celebratory line with the deal name, amount and owner. Authenticate with your Microsoft 365 account.

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 Microsoft Teams.

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.