Short answer: Drop the "Pipedrive → Update 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 | 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.
Triggered by anything in the catalog. Free tier available. No credit card.