Working with employees
For notifying an employee
send_notification(text, users, priority) - sends a notification to the specified employees.
Parameters:
Parameters
Value
! text
required parameter; the notification text.
users
optional parameter; a list of employee emails in the project to whom the notification should be sent in a messenger. If not specified, the notification will be sent to all employees.
priority
optional parameter that specifies the notification priority. Possible values:
0 - neutral (default)
1 -success
2 - warning
3 - error
Last updated

