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