Use this method to set workflow cells' properties. On success, an array of workflow cells will be returned.
Field | Type | Required | Description |
---|---|---|---|
method | String | Yes | "setWorkflow" |
user_id | String | Yes | Unique identifier for the target user. |
screen_id | String | Yes | Unique identifier for the target screen. The screen must be one of the existing predefined screens created within your App using nandbox App Builder’s workflow. |
workflow_cell | Array of Workflow Cell | Yes | Array of target cells within the target screen. The cell properties will be set within the target cell. |
reference | Long | Yes | Unique local identifier for the message. |
disable_notification | Boolean | Optional | Sends the message silently. Users will receive a notification with no sound. |