SalesFREE

Celebrate Every Closed-Won Salesforce Deal in Email

The instant a deal is marked won in Salesforce, this posts a celebratory Email 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 Email 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 Email

    Add an Email Send (SMTP) node. Set the recipient, a clear subject, and build the body from a celebratory line with the deal name, amount and owner. Add your SMTP credentials (or use Gmail).

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

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.