Name | Type | Description |
code | String | The code of the Workflow Rule Action which can either be UPDATE INFORMATION, SEND ALERTS, SET APPROVALS, TRIGGER WEBHOOKS. |
field | String | The field which is related to the Workflow Rule Action but only if the action has a code UPDATE INFORMATION. It defines the Entity field being updated by the Workflow Rule Action. |
value | String | The value to which the Entity instance will be updated to. Applicable only if the action has a code UPDATE INFORMATION |
webhook_definition | Webhook Definition Object | The Webhook Definition which is triggered by the action. Applicable only if the action has a code TRIGGER WEBHOOKS. |
Referred Objects Response Data
webhook_definition object response data
Name | Type | Description |
---|
id | String | The ID of the retrieved webhook definition |
alternative_code | String | The alternative code of the retrieved webhook definition |
name | String | The name of the retrieved webhook definition |
life_cycle_state | String | The life cycle state of the retrieved webhook definition. The supported life cycle states are EFFECTIVE or NOT_EFFECTIVE |