Short answer: You can update deal in Pipedrive by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Pipedrive Update Deal action to a workflow, map its 6 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 | Deal ID. Example: 1 |
Title title | string | Optional | Title |
Value value | string | Optional | Value |
Stage ID stage_id | string | Optional | Stage ID |
Status status | options | Optional | Status. Options: Open, Won, Lost, Deleted |
Expected Close Date expected_close_date | string | Optional | Expected Close Date. e.g. "YYYY-MM-DD" |
{"deal_id": "e.g. 1","title": "{{trigger.title}}","value": "{{trigger.value}}","stage_id": "{{trigger.stage_id}}","status": "{{trigger.status}}"}
{"data": {"id": 1,"title": "Updated Deal","status": "won"},"success": true}
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.