SalesFREE

Celebrate Every Closed-Won Salesforce Deal in Telegram

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

    Step 1 — Trigger on stage change

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

  3. 3

    Step 3 — Post to Telegram

    Add a Telegram node. Set Operation to Send Message, enter your chat ID, and build the message from a celebratory line with the deal name, amount and owner. Create the bot with @BotFather and add its token as a 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 Telegram.

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.