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