These APIs allow you to add notifications to the log.
create_notification('my notification')
True if the notification has been added or False if it failed.
True
False
This function will allow you to have an icon for an item show up in the notification window. The ID is the model of the item.
create_notification('my notification', 69)
Last updated 1 year ago