Update contact by ID
Updates any contact by ID from any workflow context. Fields are passed as JSON.
Updates any contact by ID from any workflow context. Fields are passed as JSON.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Contact ID | int | yes | |
| Fields to update (camelCase JSON): {"name":"John","lastName":"Smith","assignedById":5,"companyId":12} | string | yes |
What does the robot return?
| Parameter | Type |
|---|---|
| Success (Y/N) | string |