Short answer: Drop the "Freshsales → Update Freshsales Deal" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Deal ID deal_id | string | Required | The numeric ID of the deal to update |
Deal Name name | string | Optional | Deal Name. Example: Enterprise Annual Contract |
Amount amount | string | Optional | Updated deal value |
Expected Close Date expected_close | string | Optional | YYYY-MM-DD format |
Stage ID deal_stage_id | string | Optional | Move the deal to this stage |
{"deal_id": "e.g. 12345","name": "e.g. Enterprise Annual Contract","amount": "e.g. 15000","expected_close": "e.g. 2025-09-30","deal_stage_id": "e.g. 3"}
{"deal": {"id": 12345,"name": "Enterprise Annual Contract","amount": 15000,"deal_stage_id": 3}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.