Short answer: You can update freshsales deal in Freshsales by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Freshsales Update Freshsales Deal action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.