SalesFREE

Celebrate Every Closed-Won Zoho CRM Deal in Discord

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

    Step 1 — Trigger on stage change

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

  3. 3

    Step 3 — Post to Discord

    Add a Discord node. Point it at a channel webhook and paste a celebratory line with the deal name, amount and owner into the content field. Discord webhooks need no OAuth — just the webhook URL from the channel settings.

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 Discord.

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.