Skip to content
FTriggerFreshsalesReal-timeUpdated May 2026

When does Freshsales fire on deal changes?

Short answer: Drop the "FreshsalesFreshsales Deal Updated" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Freshsales, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
TriggerF
Freshsales Deal Updated
When the matching event happens
deal changeddeal stage changedon deal updatedwhen deal updatedwatch for deal updatedwhen a deal is updated in freshsalesdeal modified
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"deal": {
"id": 7001,
"name": "Enterprise License - Acme Corp",
"amount": 52000,
"currency": "USD",
"owner_id": 100,
"company_id": 501,
"created_at": "2026-03-15T10:30:00Z",
"updated_at": "2026-04-23T14:20:00Z",
"closed_date": null,
"contacts_id": [
3001
],
"probability": 75,
"deal_stage_id": 3,
"expected_close": "2026-06-30",
"deal_pipeline_id": 1
}
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
dealobject{ … }
deal.idnumber7001
deal.namestring"Enterprise License - Acme Corp"
deal.amountnumber52000
deal.currencystring"USD"
deal.owner_idnumber100
deal.company_idnumber501
deal.created_atstring"2026-03-15T10:30:00Z"
deal.updated_atstring"2026-04-23T14:20:00Z"
FAQ

Questions about Freshsales Deal Updated.

How does the Freshsales Deal Updated trigger work in Freshsales?
Fires on any deal change. For "stage moved to Closed Won" automation specifically, filter the payload's stage field.
Is the Freshsales Deal Updated trigger real-time?
Yes. Freshsales Deal Updated uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Freshsales.
What data does Freshsales Deal Updated return?
The full event payload from Freshsales. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter Freshsales Deal Updated so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Freshsales admin permissions to use Freshsales Deal Updated?
For most Freshsales accounts a standard user can authorize the trigger. Some Freshsales plans require an admin to enable third-party webhooks. Check Freshsales's docs if the trigger fails to register.
More triggers

Other Freshsales triggers.

Build a workflow on this trigger.

One trigger. 12+ downstream actions. Zero glue.