Update deal by ID
Updates any deal by ID from any workflow context. Fields are passed as JSON.
Updates any deal by ID from any workflow context. Fields are passed as JSON.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Deal ID | int | yes | |
| Fields to update (camelCase JSON): {"title":"New deal","stageId":"C1:WON","assignedById":5,"opportunity":50000} | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |