Use this method to set component cell's properties. On success, an array of copmonentCells will be returned.
Field
Type
Required
Description
method
String
Yes
"setComponent"
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 Custom Component.
component_cell
Array of componentCell
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.
Share