Skip to main content

Notification

Task notifications is a helper object for configuring notifications by type and role in a task


AttributeTypeDescriptionNullable
typeStringType of notification, available types
CREATE - notify when task create
CLOSE - notify when task close
OVERDUE - notify when task becomes overdue
RETURN - notify when task return to work
UPDATE - notify when task is changed
false
roleStringType of role in task, available roles
AUTHOR - author of task
EXECUTOR - task executor
OBSERVER - task observer
MY_SHOP - tasks of my stores
false
pushBooleanSend push notificationsfalse
emailBooleanSend email notificationsfalse
Example:
[
{
"type": "CREATE",
"role": "EXECUTOR",
"push": true,
"email": true
}
]