This object represents a workflow cell.
Field | Type | Required | Description |
---|---|---|---|
cell_id | String | Conditional | This is a unique identifier as defined by the platform. If it is provided, will be a higher priority than callback identification. |
callback | String | Yes | This is a unique identifier as defined by the user. The callback is the soft-name for the cell. It will be returned in Workflow Callback when cell/button is pressed. |
api_id | Long | Optional | API unique identifier which can write and read from the cell. |
cache | Boolean | Yes | Null or zero is the default In case of true, all cell parameters will be cached permanently until it has been altered |
next_screen | String | Optional | screen unique identifier that references the next screen to navigate to it, when the button is pressed. |
url | String | Optional | Button URL. When the button is pressed, an external URL link will be opened. |
bg_color | String | Optional | cell background color. The color should be in hexadecimal format (Hex triplet) or according to its common English name. Example: Red color can be set as "RED" or "#FF0000" |
label | string | Optional | Title - when it is available |
label_color | String | Optional | Lable’s text color of the button Title The color should be in hexadecimal format (Hex triplet ) or according to its common English name. Example : Red color can be set as "RED" or "#FF0000" |
sublabel | string | Optional | Subtitle -when it is available |
sublabel_color | String | Optional | Subtitle’s text color of the button Title The color should be in hexadecimal format (Hex triplet ) or according to its common English name. Example : Red color can be set as "RED" or "#FF0000" |
hint | String | Optional | Hint Text |
value | Array | Optional | An array of Numeric values with comma separated |